run_ssh_command_background
Execute SSH commands in the background on remote servers without blocking, allowing you to continue working while processes run. Returns a job ID for monitoring or managing the command later.
Instructions
Start a template command in the background (non-blocking).
Returns a job_id immediately. Use poll_background_job to read output, list_background_jobs to see all jobs, or cancel_background_job to stop.
Same template-only security model as run_ssh_command. Risk level: medium (requires user confirmation).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_id | Yes | ||
| template_id | Yes | ||
| params | No |