---
title: influxctl auth
description: The influxctl auth command and its subcommands let a user log in to and log out of an InfluxDB cluster.
url: https://docs.influxdata.com/influxdb3/clustered/reference/cli/influxctl/auth/
estimated_tokens: 397
product: InfluxDB Clustered
version: clustered
---

# influxctl auth

The `influxctl auth` command and its subcommands let a user log in to and log out of an InfluxDB cluster.

## Usage

```sh
influxctl auth [subcommand] [subcommand options] [arguments...]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| login | Log in to an InfluxDB cluster using the cluster’s identity provider |
| logout | Remove local tokens |
| help, h | Output command help |

## Flags

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