Kill a sandbox
cURL
curl --request DELETE \ --url https://api.e2b.app/sandboxes/{sandboxID} \ --header 'X-API-Key: <api-key>'
{ "code": 123, "message": "<string>" }
The sandbox was killed successfully
Was this page helpful?