Optionalquery: ExecutionRetrieveParamsOptionaloptions: RequestOptions<unknown>Get the latest status of a previously launched asynchronous execuction including stdout/error and the exit code if complete.
Optionaloptions: RequestOptions<unknown>Execute the given command in the Devbox shell asynchronously and returns the execution that can be used to track the command's progress.
Optionaloptions: RequestOptions<unknown>Wait for an async execution to complete. Polls the execution status until it reaches completed state.
Devbox ID
Execution ID
Optionaloptions: RequestOptions<unknown> & {request options to specify retries, timeout, polling, etc.
Execute a bash command in the Devbox shell, await the command completion and return the output. Note: attach_stdin parameter is not supported for synchronous execution.
Optionaloptions: RequestOptions<unknown>Kill a previously launched asynchronous execution if it is still running by killing the launched process. Optionally kill the entire process group.
Optionalbody: ExecutionKillParamsOptionaloptions: RequestOptions<unknown>Kill a previously launched asynchronous execution if it is still running by killing the launched process. Optionally kill the entire process group.
Optionaloptions: RequestOptions<unknown>Send content to the Std In of a running execution.
Optionalbody: ExecutionSendStdInParamsOptionaloptions: RequestOptions<unknown>Send content to the Std In of a running execution.
Optionaloptions: RequestOptions<unknown>Tails the stderr logs for the given execution with SSE streaming
Optionaloptions: RequestOptions<unknown>Tails the stdout logs for the given execution with SSE streaming
Optionaloptions: RequestOptions<unknown>
Get the latest status of a previously launched asynchronous execuction including stdout/error and the exit code if complete.