Skip to main content
DELETE
/
local-sandbox
/
{local_sandbox_id}
Release a local sandbox
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": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

local_sandbox_id
string
required

The ID of the local sandbox to release

Response

Successful Response