Dispose an overseer task
overseer_disposeDispose of a task by ID or name substring, stopping it if running. Use force to override the guard on running user-started tasks.
Instructions
Stop (if running) and remove a task from the list by id or name substring. Disposing a finished task is unguarded; a running one the user started is refused unless force is set. A name matching more than one task is an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| force | No |