Skip to main content
POST
Starts a stopped sandbox or restores an archived sandbox to a running state.

Headers

string
Use with JWT to specify the organization ID

Path Parameters

string
required
ID or name of the sandbox to start

Response

Returns the updated sandbox object with the new state.
string
The unique identifier of the sandbox
string
The organization ID of the sandbox
string
The name of the sandbox
string
The snapshot used for the sandbox
string
The user associated with the sandbox
object
Environment variables for the sandbox
object
Labels for the sandbox
boolean
Whether the sandbox HTTP preview is public
boolean
Whether all network access is blocked
string
Comma-separated list of allowed CIDR network addresses
string
The target environment for the sandbox
number
The CPU quota for the sandbox
number
The GPU quota for the sandbox
number
The memory quota for the sandbox in GB
number
The disk quota for the sandbox in GB
string
The current state of the sandbox (will be starting or restoring)Options: starting, restoring, started
string
The desired state of the sandbox
number
Auto-stop interval in minutes
number
Auto-archive interval in minutes
number
Auto-delete interval in minutes
array
Array of volumes attached to the sandbox
string
The creation timestamp of the sandbox
string
The last update timestamp of the sandbox
string
The runner ID of the sandbox

Notes

  • If the sandbox is in an archived state, it will be restored before starting
  • The sandbox state will transition to starting and eventually to started
  • Starting a sandbox that is already running will have no effect