v1

latestOpenAPI 3.1.02026-07-22304756.7 KB
Box

Interrupt running work

post/boxes/{boxId}/interrupt

Path parameters

boxIdstring required

Public Box id returned by create/list/get box calls.

Response

Interrupt requested.

okboolean required
typestring required

Stable success envelope discriminator added by v1.

idstring required
statusstring required

Example response

{
  "ok": true,
  "type": "box.stopping",
  "status": "archiving",
  "box": {
    "id": "bx_23456789",
    "name": "Box 2026-05-31 12:00"
  }
}