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
string
required
The sandbox identifier. Format:
sbx-<8 chars>.Response
boolean
Always
true when the response is 200.string
The sandbox that was resumed.
string
The node the sandbox now runs on.
string
The snapshot that was used to restore.
Example
Response