Skip to main content
POST
Pause Sandbox
Transitions the sandbox to the paused state. The underlying sandbox VM is frozen and memory is preserved. Paused sandboxes do not consume CPU resources. Returns an empty {} body on success.
Resume the sandbox with POST /sandboxes/{sandbox_id}/resume. If auto_resume was set to true in the sandbox’s lifecycle config, it also resumes automatically when accessed.

Path Parameters

string
required
The sandbox identifier. Format: sbx-<8 chars>.

Response

Returns an empty JSON object {} on success.

Example

Response

Error Responses