---
title: influxctl token
description: The influxctl token command and its subcommands manage database tokens in an InfluxDB Cloud Dedicated cluster.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/token/
estimated_tokens: 510
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# influxctl token

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

## Usage

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

## Subcommands

| 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 |

## Flags

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