Skip to content

pixi clean cache#

About#

Clean the cache of your system which are touched by pixi

Usage#

pixi clean cache [OPTIONS]

Options#

Description#

Clean the cache of your system which are touched by pixi.

Specify the cache type to clean with the flags.

Examples#

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