Skip to main content

phylum auth revoke-token

Revoke an API token

Usage: phylum auth revoke-token [OPTIONS] [TOKEN_NAME]...

Argumentsโ€‹

[TOKEN_NAME] โ€ƒ Unique token names which identify the tokens

Optionsโ€‹

-o, --org <ORG> โ€ƒ Phylum organization

-v, --verbose... โ€ƒ Increase the level of verbosity (the maximum is -vvv)

-q, --quiet... โ€ƒ Reduce the level of verbosity (the maximum is -qq)

-h, --help โ€ƒ Print help

Examplesโ€‹

# Interactively select tokens to revoke.
$ phylum auth revoke-token

# Revoke tokens "token1" and "token2".
$ phylum auth revoke-token "token1" "token2"