cancel_task
Cancel a task by ID or file path, optionally adding a reason. The cancellation is timestamped and automatically logged to the parent project note.
Instructions
Cancel a task.
Sets status to 'cancelled' with a timestamp. Logs cancellation to the parent project note automatically.
Args: task_id: Task ID (e.g. "MDV-001") or path to the task file relative to vault root. reason: Optional reason for cancellation (appended to task body).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |