Sandboxes
Resume Sandbox
Resume a paused sandbox
POST
Path Parameters
string
required
Sandbox ID.
Response
string
Sandbox ID.
string
Usually
resuming while the sandbox is coming back online.Notes
- Resumed sandboxes may need a short readiness window before SSH or desktop access is available.
- Use
sandbox.waitForReady()to wait for SSH readiness from SDK code.