Stop and archive box
Stop active work and archive/snapshot the box for later resume or fork.
A stop always saves the box’s disk first. If that save is failing, the stop is refused and the box keeps running so your work is not discarded, we retry automatically and email you. You are not billed for time spent in that state.
Set force: true to stop anyway, accepting the loss of everything written since
the last successful snapshot. This is irreversible; only reach for it after a
stop has already failed.
Authorizations
Box bearer token in the form box_.... Service API keys authenticate Box operations.
Path Parameters
Public Box id returned by create/list/get box calls.
^bx_[23456789abcdefghjkmnpqrstuvwxyz]{8}$Body
Options for stopping a Box.
Stop the box even if its disk cannot be snapshotted. Everything written since the last successful snapshot is permanently LOST. Without this, a box whose snapshot pipeline is failing is left running rather than discarding your work, and you are not billed for that time. Only use this after a stop has already been refused.