delegate_cancel
Stop a running delegated job and abort its agent loop. Set kill_children to true to also terminate any background processes the job launched.
Instructions
Stop a running delegated job. Aborts the agent loop. Background processes it launched keep running unless kill_children is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| kill_children | No | Also kill background processes the job launched |