BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_agent_runtime_endpoint

delete_agent_runtime_endpoint

BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_agent_runtime_endpoint(**kwargs)

Deletes an Amazon Secure AgentEndpoint.

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 agent runtime associated with the endpoint.

  • endpointName (string) –

    [REQUIRED]

    The name of the agent 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'
}

Response Structure

  • (dict) –

    • status (string) –

      The current status of the agent runtime endpoint deletion.

Exceptions

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ConflictException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.InternalServerException