rename_project
Rename a project you own (the display name only: the slug, which identifies the project in URLs and API paths, never changes). Requires an ACCOUNT-scoped management token and the config scope. 404-equivalent error when you do not own the slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new display name (1–100 chars). | |
| slug | Yes | The slug of a project you own. |