update_task
Update an existing ClickUp task to change its name, status, description, tags, assignees, priority, or dates. Keep project details accurate and current.
Instructions
Update an existing ClickUp task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name of the task | |
| tags | No | Tags to overwrite | |
| status | No | New status | |
| task_id | Yes | The ID of the task | |
| archived | No | Archive or unarchive the task | |
| due_date | No | New due date as ms timestamp | |
| priority | No | New priority: 1=Urgent, 2=High, 3=Normal, 4=Low | |
| assignees | No | Assignees to overwrite | |
| notify_all | No | Notify all assignees (default false) | |
| start_date | No | New start date as ms timestamp | |
| description | No | New description | |
| due_date_time | No | Whether due date includes time | |
| time_estimate | No | New time estimate in ms | |
| start_date_time | No | Whether start date includes time | |
| markdown_description | No | New markdown description |