clickup_edit_checklist
Rename a checklist or change its display order among a task's other checklists. Use position: 0 to move it to the top.
Instructions
Rename a checklist and/or reposition it among a task's other checklists.
When to Use:
Renaming a checklist, or reordering checklists on a task (
position: 0moves one to the top).
When NOT to Use:
To resolve/reorder individual items — use
clickup_edit_checklist_item.
Returns: A confirmation string with the updated checklist's name and id.
Examples: params = {"checklist_id": "b8a8...", "name": "Launch checklist"} params = {"checklist_id": "b8a8...", "position": 0}
Error Handling: 404 means the checklist_id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |