Stop Task
task_stop:
Instructions
Stop actively working on a task by clearing the start timestamp. The task returns to pending status and no longer appears in +ACTIVE queries. Use this when pausing work on a task. To finish it, use task_done instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID number (e.g. '1') or UUID. Task must be currently active (started). |