Examples
POST
http://localhost:11434/api/copy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:11434/api/copy' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "llama3.2",
"destination": "llama3-backup"
}'
Response Response Example
{}
Request
Body Params application/json