---
title: "POST /StopParticipantReplication"
method: POST
path: "/StopParticipantReplication"
---

# POST /StopParticipantReplication

`POST /StopParticipantReplication`

Stops a replicated participant session.

## Request body

- object
  - `sourceStageArn` string, required — ARN of the stage where the participant is publishing.
  - `destinationStageArn` string, required — ARN of the stage where the participant has been replicated.
  - `participantId` string, required — Participant ID of the publisher that has been replicated. This is assigned by IVS and returned by <a>CreateParticipantToken</a> or the <code>jti</code> (JWT ID) used to <a href="https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.html#getting-started-distribute-tokens-self-signed"> create a self signed token</a>.

## Response `200`

Success

- StopParticipantReplicationResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/ivs-realtime.md) · [All operations](https://skmtc.net/aws/apis/ivs-realtime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/ivs-realtime/versions/f8857274a50f/schema)
