execute_command_async
Start long-running commands on a devbox and receive an execution ID to poll for completion later.
Instructions
Start a command on a devbox and return immediately.
Use this for long-running or background processes (servers, watchers). The
returned execution_id can be polled later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to run. | |
| devbox_id | Yes | The id of the devbox. | |
| shell_name | No | Optional named shell for stateful sessions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||