Skip to content

Bedrock Agentcore Control  >  Operations  >  delete_agent_runtime_endpoint

delete_agent_runtime_endpoint

Operation

delete_agent_runtime_endpoint async

delete_agent_runtime_endpoint(input: DeleteAgentRuntimeEndpointInput, plugins: list[Plugin] | None = None) -> DeleteAgentRuntimeEndpointOutput

Deletes an AAgentCore Runtime endpoint.

Parameters:

Name Type Description Default
input DeleteAgentRuntimeEndpointInput

An instance of DeleteAgentRuntimeEndpointInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteAgentRuntimeEndpointOutput

An instance of DeleteAgentRuntimeEndpointOutput.

Input

DeleteAgentRuntimeEndpointInput dataclass

Dataclass for DeleteAgentRuntimeEndpointInput structure.

Attributes

agent_runtime_id class-attribute instance-attribute
agent_runtime_id: str | None = None

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

client_token class-attribute instance-attribute
client_token: str | None = None

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

endpoint_name class-attribute instance-attribute
endpoint_name: str | None = field(repr=False, default=None)

The name of the AgentCore Runtime endpoint to delete.

Output

DeleteAgentRuntimeEndpointOutput dataclass

Dataclass for DeleteAgentRuntimeEndpointOutput structure.

Attributes

agent_runtime_id class-attribute instance-attribute
agent_runtime_id: str | None = None

The unique identifier of the AgentCore Runtime.

endpoint_name class-attribute instance-attribute
endpoint_name: str | None = field(repr=False, default=None)

The name of the AgentCore Runtime endpoint.

status instance-attribute

The current status of the AgentCore Runtime endpoint deletion.