---
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

> 55 revisions in range; 1 could not be searched.

- **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-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
