Box lifecycle
Create box
Provision a new cloud computer. Store the returned box.id with your product job/session record.
POST
Create box
Authorizations
Box API key in the form box_.... Create and rotate keys in the Box dashboard or through the v1 API key endpoints.
Body
application/json
Options for provisioning a new cloud computer.
Number of seconds before automatic archival. null disables auto-stop. The backend also accepts the string infinite for legacy compatibility; new clients should send null.
Required range:
1 <= x <= 2592000Create box