Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Usage

anaconda sites remove [OPTIONS] <SITE>

Description

Removes a site configuration from ~/.anaconda/config.toml. The last remaining site cannot be removed. If the removed site was the default, the next available site becomes the new default. Side effects: Writes to ~/.anaconda/config.toml. A diff is shown for confirmation unless --yes or --dry-run is specified.

Arguments

Options

Examples

Remove a site by name
anaconda sites remove my-platform
Preview site removal without writing
anaconda sites remove my-platform --dry-run
Remove a site and confirm without prompting
anaconda sites remove my-platform --yes