Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the Sandbox
curl --request PUT \
--url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/stop \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"url": "<string>",
"workspace": "<string>"
},
"status": "<string>"
}Stops a Sandbox by name.
curl --request PUT \
--url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/stop \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"url": "<string>",
"workspace": "<string>"
},
"status": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the Sandbox
Was this page helpful?