---
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: 544
product: InfluxDB OSS v2
version: v2
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb/v2/reference/cli/influx/replication/
date: '2025-04-02T15:54:32-06:00'
lastmod: '2025-04-02T15:54:32-06:00'
---

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](/influxdb/v2/reference/cli/influx/replication/create)|    Create a new replication stream     |
|[delete](/influxdb/v2/reference/cli/influx/replication/delete)|      Delete a replication stream       |
|  [list](/influxdb/v2/reference/cli/influx/replication/list)  |List all replication streams and metrics|
|[update](/influxdb/v2/reference/cli/influx/replication/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/)
| Subcommand | Description |
| --- | --- |
| 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 |

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