dokploy_project_duplicate
dokploy_project_duplicateDuplicate an existing project environment in Dokploy to create a new environment with optional service replication, enabling testing, staging, or backup workflows.
Instructions
[project] project.duplicate (POST)
Parameters:
sourceEnvironmentId (string, required)
name (string, required)
description (string, optional)
includeServices (boolean, optional)
selectedServices (array, optional)
duplicateInSameProject (boolean, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceEnvironmentId | Yes | ||
| name | Yes | ||
| description | No | ||
| includeServices | No | ||
| selectedServices | No | ||
| duplicateInSameProject | No |