# apr rm
Remove model from cache
**Category**: Registry & Resources
## Synopsis
```text
apr rm [OPTIONS]
```
## Example
```bash
apr rm <model-id> # from \`apr list\` output
```
## Full help
Run `apr rm --help` for the complete option list.
## See also
- Source: [`crates/apr-cli/src/commands/rm.rs`](https://github.com/paiml/aprender/blob/main/crates/apr-cli/src/commands/rm.rs)
- Contract: [`contracts/apr-page-cli-rm-v1.yaml`](https://github.com/paiml/aprender/blob/main/contracts/apr-page-cli-rm-v1.yaml)