Sandboxes

Pause a running sandbox

Snapshots the sandbox's full state (memory + disk), suspends the VM, and transitions to idle. Resume it later to continue exactly where it left off.

post/sandboxes/{sandbox_id}/pause

Response

Sandbox is now idle

idstring uuid
namestring
status'starting' | 'active' | 'pausing' | 'idle' | 'deleted'
vcpu_countinteger
memory_mibinteger
ip_addressstring

IP address of the running VM (present when status is active).

snapshot_idstring uuid

ID of the latest snapshot (present after a pause).

created_atstring date-time

Changes

Changed in 1 of the 2 revisions of this API.31

    • removed the optional property metadata from the response with the 200 status

      response-optional-property-removed

    • removed the optional property network from the response with the 200 status

      response-optional-property-removed

    • removed the optional property timeout_seconds from the response with the 200 status

      response-optional-property-removed

    • added the optional property ip_address to the response with the 200 status

      response-optional-property-added