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

# Clone

`POST /services/{uuid}/clone`

Clone a service to a destination owned by the authenticated team.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `destination_uuid` string, required
  - `name` string, nullable
  - `clone_volumes` boolean

## Response `201`

Service cloned.

## 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/services/: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/f8b16020e5dd?raw)
