---
title: "PUT /runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/"
method: PUT
path: "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/"
---

# PUT /runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/

`PUT /runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/`

Updates an existing Amazon Bedrock AgentCore Runtime endpoint.

## Path parameters

- `agentRuntimeId` string, required
- `endpointName` string, password, required

## Request body

- object
  - `agentRuntimeVersion` string — The updated version of the AgentCore Runtime for the endpoint.
  - `description` string — The updated description of the AgentCore Runtime endpoint.
  - `clientToken` string — A unique, case-sensitive identifier to ensure idempotency of the request.

## Response `202`

Success

- UpdateAgentRuntimeEndpointResponse
  - `liveVersion` string — The currently deployed version of the AgentCore Runtime on the endpoint.
  - `targetVersion` string — The target version of the AgentCore Runtime for the endpoint.
  - `agentRuntimeEndpointArn` string, required — The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
  - `agentRuntimeArn` string, required — The Amazon Resource Name (ARN) of the AgentCore Runtime.
  - `status` 'CREATING' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'READY' | 'DELETING', required — The current status of the updated AgentCore Runtime endpoint.
  - `createdAt` string, date-time, required — The timestamp when the AgentCore Runtime endpoint was created.
  - `lastUpdatedAt` string, date-time, required — The timestamp when the AgentCore Runtime endpoint was last updated.

## Other responses

- `480` — ServiceQuotaExceededException
- `481` — AccessDeniedException
- `482` — ConflictException
- `483` — ValidationException
- `484` — ResourceNotFoundException
- `485` — ThrottlingException
- `486` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore-control.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore-control/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore-control/versions/0ebde766792b/schema)
