Skip to content

Delete Agent Runtime

bedrockagentcorecontrol_delete_agent_runtime R Documentation

Deletes an Amazon Bedrock AgentCore Runtime

Description

Deletes an Amazon Bedrock AgentCore Runtime.

Usage

bedrockagentcorecontrol_delete_agent_runtime(agentRuntimeId,
  clientToken)

Arguments

agentRuntimeId

[required] The unique identifier of the AgentCore Runtime to delete.

clientToken

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.

Value

A list with the following syntax:

list(
  status = "CREATING"|"CREATE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"READY"|"DELETING",
  agentRuntimeId = "string"
)

Request syntax

svc$delete_agent_runtime(
  agentRuntimeId = "string",
  clientToken = "string"
)