Delete Model
Purge a model configuration tag and delete its cached weight layers from local storage boundaries.
DELETE /api/delete
Request Parameters
model(string, required): Model name or tag to remove.
Example
curl -X DELETE http://localhost:11434/api/delete -d '{
"model": "gemma4-clone"
}'
Response Payload
Returns 200 OK on success with no response body.