cURL
curl --request DELETE \ --url https://api.klavis.ai/local-sandbox/{local_sandbox_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Releases the local sandbox VM and all associated servers, cleaning up the shared environment.
Your Klavis AI API key.
The ID of the local sandbox to release
Successful Response