update_space
Update a ClickUp Space's name, privacy, assignee mode, admin permissions, or feature toggles. Only changed fields are applied, returning the updated Space.
Instructions
Update a Space — rename it, change its privacy, assignee mode, admin permissions, or feature toggles. Only the provided fields change. Returns the updated Space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the Space to update. | |
| name | No | New name. Omit to keep the current name. | |
| private | No | Set true to make the Space private, false to make it public to the Workspace. | |
| multiple_assignees | No | Set true to allow multiple assignees per task. | |
| admin_can_manage | No | Set true to let admins manage this private Space (Enterprise feature). | |
| features | No | Feature toggles object, e.g. { due_dates: { enabled: true }, time_tracking: { enabled: true } }. Omit to keep defaults. |