ssh_run_async
Execute an SSH command asynchronously, returning a task ID for polling status and retrieving results.
Instructions
Start SSH command asynchronously (SEP-1686 compliant).
Returns immediately with task_id for polling. Use ssh_get_task_status
and ssh_get_task_result to monitor and retrieve results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | ||
| command | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |