Stop an overseer task
overseer_stopStop a running task by ID or name substring, tearing down its process tree to prevent orphaned processes. Requires force to stop tasks started by the user.
Instructions
Stop a running task by id or name substring. Overseer stops the underlying nvim job, so the task's process tree is torn down rather than left orphaned. A name matching more than one task is an error listing the candidates. Running tasks the user started are refused unless force is set, since a substring like 'dev' can match theirs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| force | No |