Manage admin tokens
Manage admin tokens in your InfluxDB 3 Enterprise instance. An admin token grants access to all actions (CLI commands and API endpoints) for the server.
Create an admin token
Use the influxdb3 create token --admin
command or the HTTP API to create an admin token for your InfluxDB 3 Enterprise instance. An admin token grants access to all actions on the server.
CLI
influxdb3 create token --admin
List an admin token
Use the influxdb3 show tokens
command to list the admin token for your InfluxDB 3 Enterprise instance. An admin token grants access to all actions on the server.
CLI
influxdb3 show tokens
Regenerate an admin token
Use the influxdb3 create token --admin
command or the HTTP API to regenerate an admin token for your InfluxDB 3 Enterprise instance. An admin token grants access to all actions on the server. Regenerating an admin token deactivates the previous token.
CLI
influxdb3 create token --admin \
--token ADMIN_TOKEN \
--regenerate
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Enterprise and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.