v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-01224150.1 KB
Sandboxes

Pause a sandbox

Stops the sandbox's container while keeping its workspace volume (if any) attached. Files under the sandbox's workspace directory survive; RAM state, running processes, and open sockets do not.

Sandbox must be in status ready.

Async, the HTTP response acknowledges the request; status transitions from ready to paused shortly after.

post/sandboxes/{id}/pause

Path parameters

idstring required

24-char hex id of the sandbox.

Response

Pause queued

messagestring required

Example response

{
  "message": "Sandbox pause requested"
}