---
title: "Clone destination"
method: POST
path: "/v1/destinations/clone"
tags: ["destination"]
---

# Clone destination

`POST /v1/destinations/clone`

## Request body

- DestinationCloneRequestBody — The values required to configure the destination. The schema for this should have an id of the existing destination along with the configuration you want to change in case.
  - `destinationCloneId` string, uuid, required
  - `destinationConfiguration` DestinationCloneConfiguration
    - `connectionConfiguration` unknown
    - `name` string

## Response `200`

Successful operation

- DestinationRead
  - `connectionConfiguration` unknown, required
  - `destinationDefinitionId` string, uuid, required
  - `destinationId` string, uuid, required
  - `destinationName` string, required
  - `icon` string
  - `name` string, required
  - `workspaceId` string, uuid, required

## Other responses

- `404` — Object with given id was not found.
- `422` — Input failed validation

---

[API](https://skmtc.net/airbyte/apis/config.md) · [All operations](https://skmtc.net/airbyte/apis/config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbyte/config/revisions/ce48e08e02ec/schema)
