stop_tracking
Stop active time tracking for a task to end the current session. The timer stops without updating the task's duration fields; recorded time lands in the time tracks log.
Instructions
Stop time tracking for a task. Note (documented API limitation, confirmed live 2026-09-02): the task's own times/duration fields are not updated by /track STOP — the tracking only lands in /tracks (get_time_tracks). Exception: mark_done during active tracking now writes task.times (see mark_done).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||