Endpoint
Parameters
Response
Returns204 No Content on success.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Tear down a sandbox and remove its workspace.
DELETE /v1/sandboxes/{id}
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Sandbox ID returned from create. |
204 No Content on success.
curl -X DELETE http://localhost:8000/v1/sandboxes/sb_abc123