docs/reference/cli/pixi/config/unset.md
Unset a configuration value
--8<-- "docs/reference/cli/pixi/config/unset_extender:description"
pixi config unset [OPTIONS] <KEY>
<KEY></a>
: Configuration key to unsetrequired: true
--local (-l)</a>
: Operation on project-local configuration--global (-g)</a>
: Operation on global configuration--system (-s)</a>
: Operation on system configuration--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspaceUnset a configuration value
Example: pixi config unset default-channels
--8<-- "docs/reference/cli/pixi/config/unset_extender:example"