influxctl token list

The influxctl token list command lists all database tokens in an InfluxDB Cloud Dedicated cluster.

The --format flag lets you print the output in other formats. The json format is available for programmatic parsing by other tooling. Default: table.

Usage

influxctl token list [--format=table|json]

Flags

FlagDescription
--formatOutput format (table (default) or json)
--sortSort output by a specific column ( id (default) or description)
--include-revokedInclude revoked tokens in the list
-h--helpOutput command help

Was this page helpful?

Thank you for your feedback!