cURL
curl --request DELETE \ --url https://api.primeintellect.ai/api/v1/sandbox \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sandbox_ids": [ "<string>" ], "labels": [ "<string>" ] } '
{ "message": "<string>", "succeeded": [ "<string>" ], "failed": [ {} ] }
Bulk delete multiple sandboxes by IDs or labels
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of sandbox IDs to delete
1 - 500
List of labels - delete all sandboxes with ALL these labels
1 - 50
Successful Response
List of successfully deleted sandbox IDs
List of failed deletions with error messages
Show child attributes