cURL
curl --request DELETE \ --url https://api.tensorlake.ai/sandboxes/{sandbox_id} \ --header 'Authorization: Bearer <token>'
Terminate a sandbox. This operation is idempotent and returns success if the sandbox was already terminated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the sandbox.
Sandbox terminated successfully
Was this page helpful?