Copy Model
Clone or rename an existing local model tag configuration.
POST /api/copy
Request Parameters
source(string, required): Existing source model tag to clone.destination(string, required): Target tag name to assign.
Example
curl http://localhost:11434/api/copy -d '{
"source": "gemma4:latest",
"destination": "gemma4-clone"
}'
Response Payload
Returns 200 OK on success with no response body.