reid_project
Change a project's id LOSSLESSLY — re-keys its JSON, every saved version, and all assets + clips, then deletes the old id. Unlike create_project (clone), version history is preserved. Enforces the id policy: the new id is always a v4 UUID — pass newId to choose one, or omit to mint a fresh UUID. A project's name (the only user-facing label) is untouched, so the picker/editor are unchanged. The editor won't auto-refresh — reload to see the new id in URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newId | No | Optional new id — must be a v4 UUID. Omit to mint a fresh UUID automatically. | |
| projectId | Yes | Current id of the project to re-key. |