DELETE
/
process
/
{identifier}
curl --request DELETE \
  --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/process/{identifier} \
  --header 'Authorization: Bearer <token>'
{
  "message": "File created successfully",
  "path": "/path/to/file"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

Process identifier (PID or name)

Response

200
application/json

Process stopped

The response is of type object.