---
title: "PUT /bots/{botId}/replicas/"
method: PUT
path: "/bots/{botId}/replicas/"
---

# PUT /bots/{botId}/replicas/

`PUT /bots/{botId}/replicas/`

Action to create a replication of the source bot in the secondary region.

## Path parameters

- `botId` string, required

## Request body

- object
  - `replicaRegion` string, required — The region that contains the replicated bots. Minimum value = 2, maximum value = 25.

## Response `202`

Success

- CreateBotReplicaResponse
  - `botId` string — The unique bot ID of the replicated bot generated.
  - `replicaRegion` string — The region of the replicated bot generated.
  - `sourceRegion` string — The source region for the source bot used for the replicated bot generated.
  - `creationDateTime` string, date-time — The creation date and time of the replicated bot generated.
  - `botReplicaStatus` 'Enabling' | 'Enabled' | 'Deleting' | 'Failed' — The operational status of the replicated bot generated.

## Other responses

- `480` — ThrottlingException
- `481` — ServiceQuotaExceededException
- `482` — ValidationException
- `483` — PreconditionFailedException
- `484` — ConflictException
- `485` — InternalServerException

---

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