---
title: influx v1
description: The influx v1 command provides commands for working with the InfluxDB 1.x API in InfluxDB 2.0.
url: https://docs.influxdata.com/influxdb/cloud/reference/cli/influx/v1/
estimated_tokens: 474
product: InfluxDB Cloud (TSM)
version: cloud
---

# influx v1

-   influx CLI 2.0.0+

The `influx v1` command provides commands for working with the [InfluxDB 1.x compatibility API](/influxdb/cloud/reference/api/influxdb-1x/) in InfluxDB Cloud.

## Usage

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

## Subcommands

| Subcommand | Description |
| --- | --- |
| auth | Authorization management commands for v1 APIs |
| dbrp | Database retention policy mapping management commands for v1 APIs |
| shell | Start an InfluxQL shell |

## Flags

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

#### Related

-   [influx CLI—Provide required authentication credentials](/influxdb/cloud/reference/cli/influx/#provide-required-authentication-credentials)
-   [influx CLI—Flag patterns and conventions](/influxdb/cloud/reference/cli/influx/#flag-patterns-and-conventions)
