Resume Sandbox
Sandbox API
Resume Sandbox
Resume a paused sandbox from its most recent pause snapshot.
POST
Resume Sandbox
Resumes a sandbox that is currently in the
paused state. The server picks the
best available snapshot (preference: pause → periodic → manual) and
restores the VM on an available node. The restored sandbox may run on a
different worker than the original.
Only sandboxes in the paused state can be resumed. On success the sandbox
transitions back to live.
Path Parameters
The sandbox identifier. Format:
sbx-<8 chars>.Response
Always
true when the response is 200.The sandbox that was resumed.
The node the sandbox now runs on.
The snapshot that was used to restore.
Example
Response
Error Responses
| Status | Cause |
|---|---|
401 | Missing or invalid API key |
404 | Sandbox not found, or no snapshot available to resume from |
409 | Sandbox is not paused |
500 | Restore succeeded on orchestrator but Postgres state update failed |
502 | Orchestrator unreachable or restore failed |
503 | No orchestrator or node available |