docs/reference/cli/pixi/clean/cache.md
Clean the cache of your system which are touched by pixi
--8<-- "docs/reference/cli/pixi/clean/cache_extender:description"
pixi clean cache [OPTIONS]
--pypi</a>
: Clean only the pypi related cache--conda</a>
: Clean only the conda related cache--mapping</a>
: Clean only the mapping cache--exec</a>
: Clean only exec cache--repodata</a>
: Clean only the repodata cache--build-backends</a>
: Clean only the build backends environments cache--build</a>
: Clean only the build related cache--yes (-y)</a>
: Answer yes to all questionsClean the cache of your system which are touched by pixi.
Specify the cache type to clean with the flags.
--8<-- "docs/reference/cli/pixi/clean/cache_extender:example"