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
Example response
{
"message": "Sandbox pause requested"
}