Skip to main content
DELETE
Delete a sandbox
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