Skip to main content
POST
Resume Sandbox
Resumes a sandbox that is currently in the paused state. The server picks the best available snapshot (preference: pauseperiodicmanual) 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

Error Responses