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
Example response
{
"message": "Sandbox pause requested"
}