content/influxdb3/clustered/reference/cli/influxctl/management/revoke.md
The influxctl management revoke command revokes management token access
to your {{< product-name omit=" Clustered" >}} cluster.
This operation cannot be undone.
[!Note]
Revoked tokens are included when listing tokens
Revoked tokens still appear when listing management tokens, but they are no longer valid for any operations.
influxctl management revoke [flags] <TOKEN_ID>[ ... TOKEN_ID_N]
| Argument | Description |
|---|---|
| TOKEN_ID | Token ID(s) to revoke access from (space-delimit multiple IDs) |
| Flag | Description | |
|---|---|---|
--force | Do not prompt for confirmation to revoke | |
-h | --help | Output command help |
{{% caption %}}
Also see influxctl global flags.
{{% /caption %}}
In the examples below, replace the following:
TOKEN_ID*{{% /code-placeholder-key %}}:
Token ID to revoke access from.{{% code-placeholders "TOKEN_ID(_[1-2])?" %}}
influxctl management revoke TOKEN_ID
influxctl management revoke TOKEN_ID_1 TOKEN_ID_2
influxctl management revoke --force TOKEN_ID
{{% /code-placeholder-key %}}