ssh_check_background
Monitor background SSH commands on remote devices to check execution status and retrieve output for ongoing tasks.
Instructions
Check status and get output from a background command. Returns whether it's still running and the latest output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID from ssh_execute_background | |
| tail_lines | No | Number of lines to return from the end of output (default: 50) |