Endpoints
Copy a model
POST
/
api
/
copy
Copy a model to a new name
curl http://localhost:11434/api/copy -d '{
"source": "gemma4",
"destination": "gemma4-backup"
}'Copy a model to a new name
curl http://localhost:11434/api/copy -d '{
"source": "gemma4",
"destination": "gemma4-backup"
}'