Skip to main content

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

Option
Description
-o, --org <NAME>
Organization name to remove the token for
-a, --all
Remove all repository tokens
--help
Show help for this command

Examples

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