For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Duplicate a project snapshot

POST 

/project-snapshots/:projectSnapshotKey/duplication

Creates a new project in the target workspace from this project snapshot. The new project takes the current name of the snapshot's project, with a copy suffix appended if a project of that name already exists in the target workspace. If appending the suffix would exceed the maximum project name length, the base name is truncated first. The duplicate is created with one project snapshot of its own, carrying the source snapshot's name and description. The source project snapshot is left unchanged.

Request​

Responses​

The project snapshot was duplicated successfully.