Documentation

influxctl management create

The influxctl management create command creates a management token to be used with an InfluxDB cluster. Management tokens authorize a user to perform administrative tasks on the InfluxDB instance such as creating and deleting databases, managing users, and other administrative tasks.

Management tokens do not provide access to databases or data in databases. Only database tokens with “read” or “write” permissions can access data in databases.

The optional --expires-at flag defines the token expiration date and time. Provide an RFC3999 date string–for example: 2025-03-27T00:00:00Z. If not set, the token does not expire until revoked.

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

Store secure tokens in a secret store

Management token strings are returned only on token creation. We recommend storing management tokens in a secure secret store.

Usage

influxctl management create [flags]
  • Copy
  • Fill window

Flags

FlagDescription
--descriptionManagement token description
--expires-atToken expiration date
--formatOutput format (table (default) or json)
-h--helpOutput command help

Examples

Create a management token with no expiration

influxctl management create
  • Copy
  • Fill window

Create a management token with an expiration and description

influxctl management create \
  --expires-at 
RFC3339_EXPIRATION
\
--description "
TOKEN_DESCRIPTION
"
  • Copy
  • Fill window

Replace the following:

  • RFC3339_EXPIRATION: An RFC3339 date string to expire the token at–for example: 2025-03-27T00:00:00Z.
  • TOKEN_DESCRIPTION: Management token description.

Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more

InfluxDB 3 Core and Enterprise are now in Beta

InfluxDB 3 Core and Enterprise are now available for beta testing, available under MIT or Apache 2 license.

InfluxDB 3 Core is a high-speed, recent-data engine that collects and processes data in real-time, while persisting it to local disk or object storage. InfluxDB 3 Enterprise is a commercial product that builds on Core’s foundation, adding high availability, read replicas, enhanced security, and data compaction for faster queries. A free tier of InfluxDB 3 Enterprise will also be available for at-home, non-commercial use for hobbyists to get the full historical time series database set of capabilities.

For more information, check out: