BedrockAgentCoreControl / Client / delete_agent_runtime_endpoint

delete_agent_runtime_endpoint

BedrockAgentCoreControl.Client.delete_agent_runtime_endpoint(**kwargs)

Deletes an AAgentCore Runtime endpoint.

See also: AWS API Documentation

Request Syntax

response = client.delete_agent_runtime_endpoint(
    agentRuntimeId='string',
    endpointName='string',
    clientToken='string'
)
Parameters:
  • agentRuntimeId (string) –

    [REQUIRED]

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

  • endpointName (string) –

    [REQUIRED]

    The name of the AgentCore Runtime endpoint to delete.

  • clientToken (string) –

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

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'status': 'CREATING'|'CREATE_FAILED'|'UPDATING'|'UPDATE_FAILED'|'READY'|'DELETING',
    'agentRuntimeId': 'string',
    'endpointName': 'string'
}

Response Structure

  • (dict) –

    • status (string) –

      The current status of the AgentCore Runtime endpoint deletion.

    • agentRuntimeId (string) –

      The unique identifier of the AgentCore Runtime.

    • endpointName (string) –

      The name of the AgentCore Runtime endpoint.

Exceptions

  • BedrockAgentCoreControl.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControl.Client.exceptions.ConflictException

  • BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControl.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControl.Client.exceptions.InternalServerException