v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-01224150.1 KB
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"
}