cURL
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": {} } ] }
Resets the state of the local sandbox VM and all its servers to their initial state.
Your Klavis AI API key.
The ID of the local sandbox to reset
Successful Response