unload_model
Evict a loaded model from VRAM to free GPU memory. Specify the model name to unload it from Ollama, releasing resources for other tasks.
Instructions
[WRITE][risk=medium] Evict a model from VRAM (keep_alive:0).
Args: model: Model name to unload. target: Ollama target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| target | No |