/
ST
stacyos
/
StacyVM API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9m 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
Prune sandboxes
Destroy all expired sandboxes and return the count
delete
/sandboxes
Response
OK
InternalApiRoutesPruneResponse
required
pruned
integer
Example response
{ "pruned": 3 }
Changes