---
title: influxctl token
description: The influxctl token command and its subcommands manage database tokens in an InfluxDB cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/token/
estimated_tokens: 375
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/token/
date: '2025-04-04T12:57:06-05:00'
lastmod: '2025-04-04T12:57:06-05:00'
---

The `influxctl token` command and its subcommands manage database tokens in an
InfluxDB cluster.

## Usage

```sh
influxctl token [subcommand] [flags]
```

## Subcommands

|                             Subcommand                             |         Description         |
|--------------------------------------------------------------------|-----------------------------|
|[create](/influxdb3/clustered/reference/cli/influxctl/token/create/)|   Create a database token   |
|[revoke](/influxdb3/clustered/reference/cli/influxctl/token/revoke/)|   Revoke a database token   |
|   [get](/influxdb3/clustered/reference/cli/influxctl/token/get/)   |Get information about a token|
|  [list](/influxdb3/clustered/reference/cli/influxctl/token/list/)  |    List database tokens     |
|[update](/influxdb3/clustered/reference/cli/influxctl/token/update/)|   Update a database token   |
|                              help, h                               |     Output command help     |

## Flags

|Flag|        |    Description    |
|----|--------|-------------------|
|`-h`|`--help`|Output command help|
| Subcommand | Description |
| --- | --- |
| Subcommand | Description |
| create | Create a database token |
| revoke | Revoke a database token |
| get | Get information about a token |
| list | List database tokens |
| update | Update a database token |
| help, h | Output command help |

| Flag |  | Description |
| --- | --- | --- |
| Flag |  | Description |
| -h | --help | Output command help |
