/
ST
stacyos
/
StacyVM API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14m ago · Updated 4mo ago
Details
Filter operations
admin
1
providers
3
quotas
6
sandboxes
13
get
List sandboxes
post
Create a sandbox
delete
Prune sandboxes
post
Evaluate spawn admission
get
Get a sandbox
delete
Destroy a sandbox
post
Execute a command
get
Execute via WebSocket
post
Extend sandbox TTL
get
Read a file
post
Write a file
get
List files
get
Get console logs
snapshots
1
system
7
templates
6
workers
4
sandboxes
Get a sandbox
Return a sandbox by its ID
get
/sandboxes/{sandboxID}
Path parameters
sandboxID
string
required
Sandbox ID
Response
OK
GithubComStacyOsStacyvmInternalOrchestratorSandbox
required
created_at
string
expires_at
string
id
string
image
string
memory_mb
integer
metadata
object
owner_id
string
preview_domain
string
provider
string
state
'creating'
|
'running'
|
'idle'
|
'unhealthy'
|
'expired'
|
'destroyed'
|
'error'
tenant_id
string
vcpus
integer
vm_id
string
worker_id
string
Changes