---
title: "POST /v1/projects/{projectOrProductUID}/clone"
method: POST
path: "/v1/projects/{projectOrProductUID}/clone"
tags: ["project"]
---

# POST /v1/projects/{projectOrProductUID}/clone

`POST /v1/projects/{projectOrProductUID}/clone`

Clone a Project

## Path parameters

- `projectOrProductUID` string, required

## Request body

- object
  - `billing_account_uid` string, required — The billing account UID for the project. The caller of the API must be able to create projects within the billing account, otherwise an error will be returned.
  - `disable_clone_fleets` boolean — Whether to disallow the cloning of the fleets from the parent project. Default is false if not specified.
  - `disable_clone_routes` boolean — Whether to disallow the cloning of the routes from the parent project. Default is false if not specified.
  - `label` string, required — The label for the project.

## Response `201`

Successful operation

- Project
  - `administrative_contact` Contact, nullable
    - `email` string
    - `name` string
    - `organization` string
    - `role` string
  - `created` string, date-time, required
  - `label` string, required
  - `role` 'owner' | 'developer' | 'viewer' | 'support' | 'null', nullable
  - `technical_contact` Contact, nullable
    - `email` string
    - `name` string
    - `organization` string
    - `role` string
  - `uid` string, required

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
