/
BO
boxlite-ai
/
BoxLite Runner API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
box
8
post
Create a box
get
Get box info
post
Destroy box
post
Check if box error is recoverable
post
Update box network settings
post
Recover box from error state
post
Start box
post
Stop box
boxlite
1
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
daemonVersion
string
state
'creating'
|
'restoring'
|
'destroyed'
|
'destroying'
|
'started'
|
'stopped'
|
'starting'
|
'stopping'
|
'resizing'
|
'error'
|
'unknown'
Changes