Skip to main content
POST
Set a sandbox's timeouts

Authorizations

Authorization
string
header
required

API key

Path Parameters

sid
string<uuid>
required

Sandbox UUID

Body

application/json
timeout
integer

Seconds from now until a running sandbox expires, and the lifetime budget for its next powered-on session.

Required range: 60 <= x <= 86400
idle_ttl_seconds
integer

Seconds without a direct process connection before the sandbox pauses. Zero disables idle expiry.

Required range: 0 <= x <= 86400

Response

The sandbox timeouts were set

success
boolean
required
Example:

true

data
object
required