Skip to main content
DELETE
/
sandboxes
/
{sandbox_id}
Delete a sandbox
curl --request DELETE \
  --url https://api.tensorlake.ai/sandboxes/{sandbox_id} \
  --header 'Authorization: Bearer <token>'
Terminate a sandbox. This call is idempotent. If the sandbox is already terminated, Tensorlake still returns success.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sandbox_id
string
required

The ID of the sandbox.

Response

Sandbox terminated successfully