v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Updates an existing Amazon Bedrock AgentCore Runtime endpoint.

put/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/

Path parameters

agentRuntimeIdstring required

The unique identifier of the AgentCore Runtime associated with the endpoint.

endpointNamestring password required

The name of the AgentCore Runtime endpoint to update.

Request body

agentRuntimeVersionstring

The updated version of the AgentCore Runtime for the endpoint.

descriptionstring

The updated description of the AgentCore Runtime endpoint.

clientTokenstring

A unique, case-sensitive identifier to ensure idempotency of the request.

Response

Success

liveVersionstring

The currently deployed version of the AgentCore Runtime on the endpoint.

targetVersionstring

The target version of the AgentCore Runtime for the endpoint.

agentRuntimeEndpointArnstring required

The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.

agentRuntimeArnstring 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.

createdAtstring date-time required

The timestamp when the AgentCore Runtime endpoint was created.

lastUpdatedAtstring date-time required

The timestamp when the AgentCore Runtime endpoint was last updated.