/
BO
boxlite-ai
/
BoxLite Runner API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14m ago · Updated 5d ago
Details
Filter operations
box
11
post
Create a box
get
Get box info
post
Create box backup
post
Destroy box
post
Check if box error is recoverable
get
Get box network settings
post
Update box network settings
post
Recover box from error state
post
Resize box
post
Start box
post
Stop box
boxlite
1
snapshots
8
get
Health check
get
Runner info
box
Get box info
Get box info
get
/boxes/{boxId}
Path parameters
boxId
string
required
Box ID
Response
Box info
BoxInfoResponse
required
backupError
string
backupSnapshot
string
backupState
'NONE'
|
'PENDING'
|
'IN_PROGRESS'
|
'COMPLETED'
|
'FAILED'
daemonVersion
string
state
'creating'
|
'restoring'
|
'destroyed'
|
'destroying'
|
'started'
|
'stopped'
|
'starting'
|
'stopping'
|
'resizing'
|
'error'
|
'unknown'
|
'pulling_snapshot'
Changes