Skip to content

Bedrock Agentcore Control  >  Operations  >  delete_configuration_bundle

delete_configuration_bundle

Operation

delete_configuration_bundle async

delete_configuration_bundle(input: DeleteConfigurationBundleInput, plugins: list[Plugin] | None = None) -> DeleteConfigurationBundleOutput

Deletes a configuration bundle and all of its versions.

Parameters:

Name Type Description Default
input DeleteConfigurationBundleInput

An instance of DeleteConfigurationBundleInput.

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
DeleteConfigurationBundleOutput

An instance of DeleteConfigurationBundleOutput.

Input

DeleteConfigurationBundleInput dataclass

Dataclass for DeleteConfigurationBundleInput structure.

Attributes

bundle_id class-attribute instance-attribute
bundle_id: str | None = None

The unique identifier of the configuration bundle to delete.

Output

DeleteConfigurationBundleOutput dataclass

Dataclass for DeleteConfigurationBundleOutput structure.

Attributes

bundle_id instance-attribute
bundle_id: str

The unique identifier of the deleted configuration bundle.

status instance-attribute

The status of the configuration bundle deletion operation.