stop_activity
Stop a running or paused time-tracking activity. Optionally backdate the stop using a specific time or minutes ago to keep logs accurate.
Instructions
Stop a running or paused activity. type_name may be omitted when exactly one activity is active. Optionally backdate the stop with at (wall-clock) or stopped_minutes_ago.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Backdate: stop time as "HH:mm" (today) or "yyyy-MM-dd HH:mm" in the user's timezone | |
| timezone | No | IANA timezone `at` is given in (default: user's timezone) | |
| type_name | No | Which activity to stop (needed only if several are active) | |
| activity_id | No | Exact activity id from get_current_status (internal — never show ids to the user) | |
| stopped_minutes_ago | No | Backdate the stop by N minutes (alternative to `at`) |