---
title: influx replication
description: Use the influx CLI to manage InfluxDB replication streams.
url: https://docs.influxdata.com/influxdb/v2/reference/cli/influx/replication/
estimated_tokens: 679
product: InfluxDB OSS v2
version: v2
---

# influx replication

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

The `influx replication` command and its subcommands manage InfluxDB Edge Data Replication.

## Usage

```
influx replication [command options] [arguments...]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| create | Create a new replication stream |
| delete | Delete a replication stream |
| list | List all replication streams and metrics |
| update | Update a replication stream |

## Flags

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

#### Related

-   [influx remote](/influxdb/v2/reference/cli/influx/remote/)
-   [Replicate data from InfluxDB OSS](/influxdb/v2/write-data/replication/replicate-data/)

[write](/influxdb/v2/tags/write/) [replication](/influxdb/v2/tags/replication/)
