unload
Free up GPU VRAM by evicting a specific Ollama model immediately. Skips models with active claims or busy signals unless forced, and logs the requester for audit.
Instructions
Evict a single model from VRAM now (Ollama keep_alive=0).
Refuses by default if model has an active claim or a best-effort busy
signal — pass force=True to override (busy is windowed and can lag a few
seconds past a generation). by records who requested the eviction in the
audit log (see history).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | unknown | |
| force | No | ||
| model | Yes |