v1

latestOpenAPI 3.1.02026-07-263336147.9 KB
Machine Lifecycle
Machine Executions

Create execution

post/v1/machines/{machine_id}/executions

Path parameters

machine_idstring required

Headers

X-Dedalus-Org-Idstring
Idempotency-Keystring required

Request body

commandstring[] nullable required
cwdstring
envobject
stdinstring
timeout_msinteger

Response

OK

commandstring[] nullable required
completed_atstring date-time
created_atstring date-time required
cwdstring
env_keysstring[] nullable
error_codestring
error_messagestring
execution_idstring required
exit_codeinteger
expires_atstring date-time
machine_idstring required
retry_after_msinteger
signalinteger
started_atstring date-time
status'wake_in_progress' | 'queued' | 'running' | 'succeeded' | 'failed' | 'cancelled' | 'expired' required
stderr_bytesinteger
stderr_truncatedboolean
stdout_bytesinteger
stdout_truncatedboolean