clone_project
Clone a project to create a copy with a new name and optional custom URL slug.
Instructions
Clone an existing project. Provide a new name; slug is auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project to clone | |
| name | No | Name for the cloned project (defaults to '<source name> — Copy') | |
| slug | No | URL slug for the clone (auto-generated from name if omitted) |