delete_agent_version¶
Operation¶
delete_agent_version
async
¶
delete_agent_version(input: DeleteAgentVersionInput, plugins: list[Plugin] | None = None) -> DeleteAgentVersionOutput
Deletes a version of an agent.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteAgentVersionInput
|
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 |
|---|---|
DeleteAgentVersionOutput
|
An instance of |
Input¶
DeleteAgentVersionInput
dataclass
¶
Dataclass for DeleteAgentVersionInput structure.
Output¶
DeleteAgentVersionOutput
dataclass
¶
Dataclass for DeleteAgentVersionOutput structure.