[GH-ISSUE #8671] How do I remove a model which I have downloaded #31379

Closed
opened 2026-04-22 11:47:04 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @santakd on GitHub (Jan 29, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8671

Hello,
I want to know how I can remove a model that I have downloaded?
Is there is process or functionality or I can simply go to the folder and remove that particular model?

The location of the models are:

    macOS: ~/.ollama/models
    Linux: /usr/share/ollama/.ollama/models
    Windows: C:\Users\%username%\.ollama\models

I see entries here too
/Users/<userid>/.ollama/models/manifests/registry.ollama.ai/library/

If there is a process or functionality, it will really help

Thank you

Originally created by @santakd on GitHub (Jan 29, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8671 Hello, I want to know how I can remove a model that I have downloaded? Is there is process or functionality or I can simply go to the folder and remove that particular model? The location of the models are: ``` macOS: ~/.ollama/models Linux: /usr/share/ollama/.ollama/models Windows: C:\Users\%username%\.ollama\models ``` I see entries here too `/Users/<userid>/.ollama/models/manifests/registry.ollama.ai/library/` If there is a process or functionality, it will really help Thank you
GiteaMirror added the question label 2026-04-22 11:47:04 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 29, 2025):

ollama rm model

<!-- gh-comment-id:2622777837 --> @rick-github commented on GitHub (Jan 29, 2025): `ollama rm model`
Author
Owner

@santakd commented on GitHub (Jan 30, 2025):

Thank you

<!-- gh-comment-id:2625747462 --> @santakd commented on GitHub (Jan 30, 2025): Thank you
Author
Owner

@kidcad1412 commented on GitHub (Feb 20, 2025):

ollama rm model

i run ollama rm mymodel,then run ollama ps, mymodel still there,then i kill the pid,but ollama ps can see my model

<!-- gh-comment-id:2670322085 --> @kidcad1412 commented on GitHub (Feb 20, 2025): > `ollama rm model` i run `ollama rm mymodel`,then run` ollama ps`, mymodel still there,then i kill the pid,but `ollama ps` can see my model
Author
Owner

@pdevine commented on GitHub (Feb 20, 2025):

@kidcad1412 ollama stop model then ollama rm model.

<!-- gh-comment-id:2670408710 --> @pdevine commented on GitHub (Feb 20, 2025): @kidcad1412 `ollama stop model` then `ollama rm model`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#31379