how to manage your local AI models in Ollama — update, remove, and stop them eating your disk

Local models pile up fast and each one is gigabytes. Here's the handful of Ollama commands to list, update, remove, and inspect your models — and…

Aliteq
Lena Fischer · AI & Local Compute Editor

The essential commands

ollama list — see all your downloaded models and their sizes.

The essential commands

ollama pull <model— download a model, or update it to the latest version (run it again).

The essential commands

ollama rm <model— delete a model you no longer use, freeing gigabytes of disk.

The essential commands

ollama ps — see which models are currently loaded in memory (and unload by stopping them).

The essential commands

ollama show <model— inspect a model's details (parameters, quantization, template).

The essential commands

Models live in ~/.ollama — that's the folder eating your disk; ollama rm is how you reclaim it.

Aliteq

Read the full story

how to manage your local AI models in Ollama — update, remove, and stop them eating your disk

Read the full story on Aliteq