Endpoints
Delete a model
DELETE
/
api
/
delete
Delete model
curl -X DELETE http://localhost:11434/api/delete -d '{
"model": "gemma4"
}'Body
application/json
Model name to delete
Response
200
Model successfully deleted
Delete model
curl -X DELETE http://localhost:11434/api/delete -d '{
"model": "gemma4"
}'