---
title: "Clone"
method: POST
path: "/applications/{uuid}/clone"
tags: ["Applications"]
---

# Clone

`POST /applications/{uuid}/clone`

Clone an application to a destination owned by the authenticated team.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `destination_uuid` string, required — UUID of the destination to clone into.
  - `name` string, nullable — Optional name for the cloned application.
  - `clone_volumes` boolean — Whether to clone volume data.

## Response `201`

Application cloned.

- object
  - `uuid` string
  - `message` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.
- `422` — Validation error.

## Changes

- **2026-07-22** `71a39cd460a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/applications/:uuid/clone/post.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc.dev/coollabsio/apis/coolify/revisions/5fe936a59290?raw)
