BedrockAgentCoreControl / Client / delete_agent_runtime

delete_agent_runtime

BedrockAgentCoreControl.Client.delete_agent_runtime(**kwargs)

Deletes an Amazon Bedrock AgentCore Runtime.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The unique identifier of the AgentCore Runtime to delete.

  • clientToken (string) –

    A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request but does not return an error.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • status (string) –

      The current status of the AgentCore Runtime deletion.

    • agentRuntimeId (string) –

      The unique identifier of the AgentCore Runtime.

Exceptions