Clone Environment
kinsta_environments_cloneClone an existing environment to create a new one, specifying source, display name, and premium staging. Returns an operation ID to track the process.
Instructions
Clone an existing environment to create a new one. Returns an operation_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | The site ID to create the environment for | |
| is_premium | Yes | Whether this is a premium staging environment | |
| display_name | Yes | Display name for the cloned environment | |
| source_env_id | Yes | Source environment ID to clone from |