clickup_stop_time_entry
Stop your active time tracking session in ClickUp. Ends the running timer for the authenticated user, returning confirmation of the stopped entry.
Instructions
Stop the authenticated user's currently running timer.
Calls POST /team/{team_id}/time_entries/stop.
When to Use:
Ending live time tracking started via
clickup_start_time_entry.
When NOT to Use:
To delete the entry outright — use
clickup_delete_time_entryafter stopping it, if that's the intent.
Returns:
A confirmation string with the now-finished entry's detail (its
duration becomes positive once stopped), or a plain message if nothing
was running.
Examples: params = {"team_id": "123"}
Error Handling: 400 typically means no timer was running for this user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |