Skip to content

Delete Agent Runtime Endpoint

bedrockagentcorecontrol_delete_agent_runtime_endpoint R Documentation

Deletes an AAgentCore Runtime endpoint

Description

Deletes an AAgentCore Runtime endpoint.

Usage

bedrockagentcorecontrol_delete_agent_runtime_endpoint(agentRuntimeId,
  endpointName, clientToken)

Arguments

agentRuntimeId

[required] The unique identifier of the AgentCore Runtime associated with the endpoint.

endpointName

[required] The name of the AgentCore Runtime endpoint to delete.

clientToken

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

Value

A list with the following syntax:

list(
  status = "CREATING"|"CREATE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"READY"|"DELETING",
  agentRuntimeId = "string",
  endpointName = "string"
)

Request syntax

svc$delete_agent_runtime_endpoint(
  agentRuntimeId = "string",
  endpointName = "string",
  clientToken = "string"
)