Resume a paused sandbox from its most recent pause snapshot.
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.
sbx-<8 chars>.true when the response is 200.| 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 |