unload_model
Evicts a specified model from GPU memory to free VRAM, reducing resource usage. Use when a model is no longer needed or to manage memory constraints.
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 |