Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Request asynchronous deletion when supported by the backend.
Request streaming deletion progress when supported by the backend.
Response
true when the sandbox was deleted synchronously.
curl -X DELETE https://api.runtools.ai/v1/sandboxes/sandbox-abc123 \
-H "X-API-Key: $RUNTOOLS_API_KEY"
{
"data": {
"id": "sandbox-abc123",
"deleted": true
}
}
Deleting a sandbox is permanent. Preserve important work in a workspace, repository, or external storage before destroying it.