aprender 0.39.0

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
<!-- PCU: cli-rm | contract: contracts/apr-page-cli-rm-v1.yaml -->

# apr rm

Remove model from cache

**Category**: Registry & Resources

## Synopsis

```text
apr rm [OPTIONS]
```

## Example

<!-- example-cost: destructive -->
```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