[PR #415] [MERGED] delete all models (not just 1st) in ollama rm #15413

Closed
opened 2026-04-16 04:58:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/415
Author: @sqs
Created: 8/26/2023
Status: Merged
Merged: 8/26/2023
Merged by: @jmorganca

Base: mainHead: rm-multiple


📝 Commits (1)

  • f728d44 delete all models (not just 1st) in ollama rm

📊 Changes

1 file changed (+6 additions, -4 deletions)

View changed files

📝 cmd/cmd.go (+6 -4)

📄 Description

Previously, ollama rm model1 model2 modelN would only delete model1. The other model command-line arguments would be silently ignored. Now, all models mentioned are deleted.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/415 **Author:** [@sqs](https://github.com/sqs) **Created:** 8/26/2023 **Status:** ✅ Merged **Merged:** 8/26/2023 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `rm-multiple` --- ### 📝 Commits (1) - [`f728d44`](https://github.com/ollama/ollama/commit/f728d4473705932a28014c0c0059f0eab7932d73) delete all models (not just 1st) in `ollama rm` ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+6 -4) </details> ### 📄 Description Previously, `ollama rm model1 model2 modelN` would only delete `model1`. The other model command-line arguments would be silently ignored. Now, all models mentioned are deleted. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 04:58:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#15413