> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DELETE Delete a sandbox

> Tear down a sandbox

```bash theme={null}
DELETE /sandboxes/{sandbox_id}
```

Cancels the sandbox run and queues immediate environment cleanup.

**Response**

```json theme={null}
{
  "sandbox_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "status": "deleted"
}
```
