Skip to main content
POST
/
local-sandbox
/
{local_sandbox_id}
/
reset
Reset local sandbox to initial state
curl --request POST \
  --url https://api.klavis.ai/local-sandbox/{local_sandbox_id}/reset \
  --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 reset

Response

Successful Response