Skip to main content
POST
Resume sandbox

Authorizations

X-API-Key
string
header
required

Path Parameters

sandboxID
string
required

Body

application/json
timeout
integer<int32>
default:15

Time to live for the sandbox in seconds.

Required range: x >= 0
autoPause
boolean
deprecated

Automatically pauses the sandbox after the timeout

memory
boolean

Defaults to true. When false, resume from disk state only: the sandbox cold-boots fresh and any memory in the snapshot is ignored, never modified or deleted. Disk state has crash-recovery semantics — writes not flushed before the pause may be lost. A no-op for snapshots that contain no memory. Rejected with an error in environments where this capability is not enabled, never silently downgraded to a memory restore.

Response

The sandbox was resumed successfully

templateID
string
required

Identifier of the template from which is the sandbox created

sandboxID
string
required

Identifier of the sandbox

clientID
string
required
deprecated

Identifier of the client

envdVersion
string
required

Version of the envd running in the sandbox

alias
string

Alias of the template

envdAccessToken
string | null

Access token for authenticating envd requests to this sandbox. Only returned when the sandbox is created with secure: true. Null for non-secure sandboxes (envd endpoints work without auth).

trafficAccessToken
string | null

Token required for accessing sandbox via proxy.

domain
string | null
deprecated

Deprecated: always null. Construct sandbox URLs as https://{port}-{sandboxID}.e2b.app.