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' ) - Parameters:
- agentRuntimeId (string) – - [REQUIRED] - The unique identifier of the AgentCore Runtime to delete. 
- 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