---
title: "Clone source"
method: POST
path: "/v1/sources/clone"
tags: ["source"]
---

# Clone source

`POST /v1/sources/clone`

## Request body

- SourceCloneRequestBody — The values required to configure the source. The schema for this should have an id of the existing source along with the configuration you want to change in case.
  - `sourceCloneId` string, uuid, required
  - `sourceConfiguration` SourceCloneConfiguration
    - `connectionConfiguration` unknown
    - `name` string

## Response `200`

Successful operation

- SourceRead
  - `connectionConfiguration` unknown, required
  - `icon` string
  - `name` string, required
  - `sourceDefinitionId` string, uuid, required
  - `sourceId` string, uuid, required
  - `sourceName` 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/versions/ce48e08e02ec/schema)
