Resume box
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 resuming a stopped Box.
Resume onto a different machine size. Omit to keep the box's current type. A resume already restores onto a fresh machine, so changing size costs nothing extra. Shrinking is rejected with type_too_small when the box's data would not fit the smaller disk.
small, default, large Replaces the box's per-box environment variables. Omit to keep the box's current env. Same validation rules as CreateBoxRequest.env.
Optionally re-pin the box to a different named Box environment on resume. Omit to keep the box's current environment. Unknown names are rejected with unknown_environment.
"base"
"customer-demos"
Resume into a no-env box: withhold account secrets and scrub inherited owner secrets from the restored snapshot before the box is exposed. One-way; once a box is resumed as no-env it stays no-env on later resumes.
Auto-stop for the resumed Box, in seconds, stored on the Box. Omit to keep the TTL the Box already had. null disables auto-stop, which means nothing will ever stop this Box for you.
1 <= x <= 2592000