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

## Changes

- **2025-11-11** `bc3224cb6aff` — 1 info
  - added the success response with the status `200`

[Change history](https://skmtc.dev/ollama/apis/ollama-api/changes/api/copy/post.md)

---

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