clickup_space_update
Modify ClickUp spaces by renaming, changing privacy settings, or archiving/unarchiving them to manage workspace organization without permanent deletion.
Instructions
Modify a ClickUp space — rename it, toggle privacy, or archive/unarchive it. Archiving is the reversible alternative to deletion: archived spaces are hidden from default views but retain all their folders, lists, and tasks. Returns the updated space object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | true = archive (hide but preserve); false = restore from archive. | |
| name | No | New space name. Omit to keep current name. | |
| private | No | true = space is private (visible only to explicit members); false = space is visible to the whole workspace. | |
| space_id | Yes | ID of the space to update. Obtain from clickup_space_list (field: id). |