clickup_update_space
Rename a ClickUp Space, adjust its privacy, or enable/disable ClickApp features such as time tracking and due dates. Only provided fields are updated.
Instructions
Rename a Space, change its color/privacy, or toggle its ClickApp features.
Only fields you set are sent — omitted fields are left unchanged
server-side. Note: custom status workflows CANNOT be changed through the
public API (a statuses payload is silently ignored — verified live);
manage statuses in the ClickUp UI.
When to Use:
Renaming a Space or toggling ClickApps (due dates, time tracking, tags, …).
Making a Space private, or (Enterprise) setting
admin_can_manage.
When NOT to Use:
To change a Folder's or List's own status override (use the folders/lists tools).
To delete a Space (use
clickup_delete_space).To edit custom statuses — the public API cannot; do it in the ClickUp UI.
Returns:
A one-line confirmation naming the Space and which fields changed, or an Error ... string.
Examples: params = { "space_id": "90130012345", "name": "Engineering (EU)", "features": {"time_tracking": {"enabled": True}}, }
Error Handling: 400 means a malformed features payload; 404 means space_id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |