/
DE
dedalus-labs
/
Dedalus Cloud Services API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 4mo ago
Details
Filter operations
Machine Lifecycle
30
get
List machines
post
Create machine
get
Get machine
delete
Destroy machine
patch
Update machine
get
List artifacts
get
Get artifact
delete
Delete artifact
get
List executions
post
Create execution
get
Get execution
delete
Delete execution
get
List execution events
get
Get execution output
get
List previews
post
Create preview
get
Get preview
delete
Delete preview
post
Sleep a running machine
get
List SSH sessions
post
Create SSH session
get
Get SSH session
delete
Delete SSH session
get
Watch machine lifecycle status
get
List terminals
post
Create terminal
get
Get terminal
delete
Delete terminal
get
Connect to terminal WebSocket stream
post
Wake a sleeping machine
Usage
3
Machine Lifecycle
Machine Executions
List executions
get
/v1/machines/{machine_id}/executions
Path parameters
machine_id
string
required
Query parameters
limit
integer
cursor
string
Headers
X-Dedalus-Org-Id
string
Response
OK
ExecutionListResponse
required
items
ExecutionResponse[]
nullable
required
next_cursor
string
Changes