Sandboxes

Resume a paused sandbox

Starts a fresh container of the same template and reattaches the persistent volume. Files under the sandbox's workspace directory come back; nothing else does.

Sandbox must be in status paused. status transitions from paused to ready once the container is up.

post/sandboxes/{id}/resume

Path parameters

idstring required

24-char hex id of the sandbox.

Response

Resume queued

messagestring required

Example response

{
  "message": "Sandbox pause requested"
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.