Skip to main content
DELETE
/
api
/
sandboxes
/
{id}
Kill Sandbox
curl --request DELETE \
  --url https://app.opencomputer.dev/api/sandboxes/{id} \
  --header 'X-API-Key: <api-key>'
{}
Terminate and remove a sandbox.
id
string
required
Sandbox ID
{}