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 token uninstall [OPTIONS]

Description

Removes the stored repository token for the specified organization from the keyring. Use --all to remove every installed repository token at once. Side effects: Deletes token(s) from keyring.

Options

Examples

Remove a token for a specific organization
anaconda token uninstall --org my-organization
Remove all installed tokens
anaconda token uninstall --all