---
title: "Clone app"
method: POST
path: "/apps/{id}/clone"
tags: ["Apps"]
---

# Clone app

`POST /apps/{id}/clone`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- App
  - `id` integer
  - `name` string
  - `default_branch` string
  - `on_premise` boolean
  - `disabled` boolean

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `404` — Not found

---

[API](https://skmtc.net/release/apis/release-com-platform-api.md) · [All operations](https://skmtc.net/release/apis/release-com-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/release/release-com-platform-api/versions/ef3098ae3d2d/schema)
