delete_agent_runtime¶
Operation¶
delete_agent_runtime
async
¶
delete_agent_runtime(input: DeleteAgentRuntimeInput, plugins: list[Plugin] | None = None) -> DeleteAgentRuntimeOutput
Deletes an Amazon Bedrock AgentCore Runtime.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteAgentRuntimeInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteAgentRuntimeOutput
|
An instance of |
Input¶
DeleteAgentRuntimeInput
dataclass
¶
Dataclass for DeleteAgentRuntimeInput structure.
Attributes¶
agent_runtime_id
class-attribute
instance-attribute
¶
agent_runtime_id: str | None = None
The unique identifier of the AgentCore Runtime to delete.
client_token
class-attribute
instance-attribute
¶
client_token: str | None = None
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.
Output¶
DeleteAgentRuntimeOutput
dataclass
¶
Dataclass for DeleteAgentRuntimeOutput structure.
Attributes¶
agent_runtime_id
class-attribute
instance-attribute
¶
agent_runtime_id: str | None = None
The unique identifier of the AgentCore Runtime.
status
instance-attribute
¶
status: AgentRuntimeStatus
The current status of the AgentCore Runtime deletion.