Skip to main content
POST
/
api
/
v1
/
sandboxes
/
{sandbox_id}
/
pause
Pause Sandbox
curl --request POST \
  --url https://app.all-hands.dev/api/v1/sandboxes/{sandbox_id}/pause \
  --header 'X-Access-Token: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Access-Token
string
header
required

Path Parameters

sandbox_id
string
required

Response

Successful Response

success
boolean
default:true