> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ramalama.com/llms.txt
> Use this file to discover all available pages before exploring further.

# rm

> remove AI Models from local storage

## Synopsis

**ramalama rm** \[*options*] *model* \[...]

## Description

Specify one or more AI Models to be removed from local storage

## Options

#### **--all**, **-a**

remove all local Models

#### **--help**, **-h**

show this help message and exit

#### **--ignore**

ignore errors when specified Model does not exist

## Examples

```bash theme={"system"}
$ ramalama rm ollama://tinyllama

$ ramalama rm --all

$ ramalama rm --ignore bogusmodel
```

## See Also

[ramalama(1)](/pages/commands/ramalama/)

***

*Aug 2024, Originally compiled by Dan Walsh \<[dwalsh@redhat.com](mailto:dwalsh@redhat.com)>*
