Skip to main content
PUT
/
v1
/
sandboxes
/
{id}
/
timeout
Set sandbox timeout
curl --request PUT \
  --url https://api.hopx.dev/v1/sandboxes/{id}/timeout \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "timeout_seconds": 123
}'
{}

Authorizations

X-API-Key
string
header
required

API key for authentication (format: sk_live_...)

Path Parameters

id
string
required

Sandbox ID

Body

application/json

Timeout configuration

timeout_seconds
integer
required

Response

Timeout updated successfully

The response is of type object.