1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. CloneEnvironmentRequest

CloneEnvironmentRequest

    Request body for cloning an ESC environment to a new environment.

    Properties

    • project string optional
      Target project for the cloned environment. If omitted, uses the source project.
    • name string required
      Name for the newly cloned environment.
    • version integer optional
      Specific version of the source environment to clone. If omitted, clones the latest version.
    • preserveHistory boolean optional
      Whether to copy the revision history from the source environment.
    • preserveAccess boolean optional
      Whether to copy access control settings from the source environment.
    • preserveEnvironmentTags boolean optional
      Whether to copy environment-level tags from the source environment.
    • preserveRevisionTags boolean optional
      Whether to copy revision-level tags from the source environment.