ssh_run_async
Start an SSH command asynchronously and obtain a task ID to monitor progress and retrieve 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 |