execute_command_async
Run a command on a remote SSH host without waiting for it to complete. Returns a command ID for later status checks.
Instructions
Execute a command asynchronously. Returns a command ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | No | ||
| command | Yes | ||
| timeout | No | ||
| password | No | ||
| username | No | ||
| key_filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |