Ollama MCP Server

rm

Remove a model

Input Schema

NameRequiredDescriptionDefault
nameYesName of the model to remove

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Name of the model to remove", "type": "string" } }, "required": [ "name" ], "type": "object" }