Skip to main content
DELETE
/
v1
/
sandboxes
/
{id}
curl -X DELETE https://api.runtools.ai/v1/sandboxes/sandbox-abc123 \
  -H "X-API-Key: rt_live_xxx"
{
  "data": {
    "id": "sandbox-abc123",
    "deleted": true
  }
}

Path Parameters

id
string
required
Sandbox ID

Response

id
string
Deleted sandbox ID
deleted
boolean
Always true on success
curl -X DELETE https://api.runtools.ai/v1/sandboxes/sandbox-abc123 \
  -H "X-API-Key: rt_live_xxx"
{
  "data": {
    "id": "sandbox-abc123",
    "deleted": true
  }
}

Notes

This action is irreversible. All data in the sandbox will be permanently deleted.
  • All snapshots associated with this sandbox are also deleted
  • Mounted workspaces (via mounts) are preserved — only the sandbox is deleted
  • Billing stops immediately