---
title: "Clone"
method: POST
path: "/v3/configs/config/clone"
---

# Clone

`POST /v3/configs/config/clone`

Create a new branch config by cloning another. This duplicates a branch config and all its secrets.

## Request body

- object
  - `project` string, required — Unique identifier for the project object.
  - `config` string, required — Name of the branch config being cloned.
  - `name` string, required — Name of the new branch config.

## Response `200`

200

- object
  - `config` object
    - `name` string
    - `root` boolean
    - `locked` boolean
    - `initial_fetch_at` string
    - `last_fetch_at` string
    - `created_at` string
    - `environment` string
    - `project` string

---

[API](https://skmtc.net/doppler/apis/core.md) · [All operations](https://skmtc.net/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doppler/core/versions/8f244bc5b038/schema)
