cURL
curl --request DELETE \ --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/process/{identifier}/kill \ --header 'Authorization: Bearer <token>'
{ "message": "File created successfully", "path": "/path/to/file" }
Forcefully kill a running process
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Process identifier (PID or name)
Process killed
The response is of type object.
object
Was this page helpful?