---
title: "POST /p2p/replicators"
method: POST
path: "/p2p/replicators"
tags: ["p2p"]
---

# POST /p2p/replicators

`POST /p2p/replicators`

Add peer replicators

## Request body

- ReplicatorParams
  - `Collections` string[]
  - `Info` object
    - `Addrs` array[]
      - unknown[]
        - unknown
    - `ID` string

## Response `200`

ok

## Other responses

- `400` — error
- `default`

## Changes

- **2025-06-02** `60812f5416c5` — 1 warning, 2 info
  - removed the request property `Addresses`
  - api operation id `add_peer_replicator` removed and replaced with `peer_replicator_set`
  - added the new optional request property `Info`

[Change history](https://skmtc.dev/sourcenetwork/apis/defradb-api/changes/p2p/replicators/post.md)

---

[API](https://skmtc.dev/sourcenetwork/apis/defradb-api.md) · [All operations](https://skmtc.dev/sourcenetwork/apis/defradb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcenetwork/defradb-api/revisions/46fc37694485/schema)
