Rename a team workspace
dropthis_rename_workspaceRename a team workspace or alter its slug using the workspace ID. Requires team-scoped write credentials (owner/admin).
Instructions
Rename a team workspace or change its slug, by its workspace id. Requires a team-scoped credential (ADR-0068: workspaces:write; owner/admin). Pass name and/or slug — at least one is required. Use dropthis_workspaces to find the workspace id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name. | |
| slug | No | New URL-safe slug. A clash → 409. | |
| workspace | Yes | The workspace id to rename (see dropthis_workspaces). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| kind | No | ||
| name | No | ||
| plan | No | ||
| role | No | ||
| slug | No | ||
| isActive | No | ||
| creatorCanReach | No |