v1
latestOpenAPI 3.1.02026-07-22304756.7 KBBox
Interrupt running work
post/boxes/{boxId}/interrupt
Path parameters
boxIdstring required
Public Box id returned by create/list/get box calls.
Response
Interrupt requested.
Example response
{
"ok": true,
"type": "box.stopping",
"status": "archiving",
"box": {
"id": "bx_23456789",
"name": "Box 2026-05-31 12:00"
}
}