---
title: influx v1 auth
description: The influx v1 auth subcommands provide authorization management for the InfluxDB 1.x compatibility API.
url: https://docs.influxdata.com/influxdb3/cloud-serverless/reference/cli/influx/v1/auth/
estimated_tokens: 884
product: InfluxDB Cloud Serverless
version: cloud-serverless
---

# influx v1 auth

-   influx CLI 2.0.0+

#### Not supported in InfluxDB Cloud

**InfluxDB Cloud** does not support InfluxDB 1.x compatible authorizations. To authenticate with InfluxDB Cloud, use [InfluxDB token authentication](/influxdb3/cloud-serverless/admin/tokens/).

The `influx v1 auth` subcommands provide authorization management for the [InfluxDB 1.x compatibility API](/influxdb3/cloud-serverless/reference/api/influxdb-1x/).

InfluxDB Cloud Serverless uses [API tokens](/influxdb3/cloud-serverless/admin/tokens/) to authorize API requests. The [1.x compatibility API](/influxdb3/cloud-serverless/reference/api/influxdb-1x/) lets clients authenticate with InfluxDB Cloud Serverless using the InfluxDB 1.x convention of username and password.

v1-compatible authorizations are separate from the credentials used to log into the InfluxDB user interface.

## Usage

```
influx v1 auth [flags]
influx v1 auth [command]
```

#### Command aliases

`auth`, `authorization`

## Commands

| Command | Description |
| --- | --- |
| create | Create authorization |
| delete | Delete authorization |
| list | List authorizations |
| set-active | Activate an authorization |
| set-inactive | Deactivate an authorization |
| set-password | Set a password for an existing authorization |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Help for the v1 auth command |

#### Related

-   [influx CLI—Provide required authentication credentials](/influxdb3/cloud-serverless/reference/cli/influx/#provide-required-authentication-credentials)
-   [influx CLI—Provide required authentication credentials](/influxdb3/cloud-serverless/reference/cli/influx/#provide-required-authentication-credentials)
