---
title: influx v1 dbrp
description: The influx v1 dbrp subcommands provide database retention policy (DBRP) mapping management for the InfluxDB 1.x compatibility API.
url: https://docs.influxdata.com/influxdb/cloud/reference/cli/influx/v1/dbrp/
estimated_tokens: 521
product: InfluxDB Cloud (TSM)
version: cloud
---

# influx v1 dbrp

-   influx CLI 2.0.2+

The `influx v1 dbrp` subcommands manage database and retention policy mappings (DBRP) for the [InfluxDB 1.x compatibility API](/influxdb/cloud/reference/api/influxdb-1x/).

## Usage

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

## Commands

| Command | Description |
| --- | --- |
| create | Create a DBRP mapping |
| delete | Delete a DBRP mapping |
| list | List DBRP mappings |
| update | Update a DBRP mapping |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Help for the v1 dbrp 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)

[DBRP](/influxdb/cloud/tags/dbrp/)
