Skip to main content
POST
Resume box

Authorizations

Authorization
string
header
required

Box bearer token in the form box_.... Service API keys authenticate Box operations.

Path Parameters

boxId
string
required

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

Pattern: ^bx_[23456789abcdefghjkmnpqrstuvwxyz]{8}$

Body

application/json

Options for resuming a stopped Box.

type
enum<string>

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.

Available options:
small,
default,
large
env
object

Replaces the box's per-box environment variables. Omit to keep the box's current env. Same validation rules as CreateBoxRequest.env.

environment
string

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.

Examples:

"base"

"customer-demos"

noEnv
boolean

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.

ttlSeconds
integer | null

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.

Required range: 1 <= x <= 2592000

Response

Resume started.

ok
boolean
required
Example:

true

type
string
required

Stable success envelope discriminator added by v1.

Example:

"box.stopping"

id
string
required
status
string
required
Example:

"archiving"

box
object | null