Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Devbox ID.
The Async Execution ID.
Body
application/json
Text to send to std in of the running execution.
Signal to send to std in of the running execution.
Available options:
EOF
, INTERRUPT
Response
OK
Devbox id where command was executed.
Ephemeral id of the execution in progress.
Current status of the execution.
Available options:
queued
, running
, completed
Shell name.
Standard out generated by command. This field will remain unset until the execution has completed.
Standard error generated by command. This field will remain unset until the execution has completed.
Exit code of command execution. This field will remain unset until the execution has completed.