--8<-- [start:example]
## Examples

```shell
pixi clean cache # clean all pixi caches
pixi clean cache --pypi # clean only the pypi cache
pixi clean cache --conda # clean only the conda cache
pixi clean cache --mapping # clean only the mapping cache
pixi clean cache --exec # clean only the `exec` cache
pixi clean cache --repodata # clean only the `repodata` cache
pixi clean cache --yes # skip the confirmation prompt
```
--8<-- [end:example]
