---
title: "Copy a model"
method: POST
path: "/api/copy"
---

# Copy a model

`POST /api/copy`

## Request body

- CopyRequest
  - `source` string, required — Existing model name to copy from
  - `destination` string, required — New model name to create

## Response `200`

Model successfully copied

---

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