Skip to content

Bedrock Agentcore  >  Operations  >  delete_ab_test

delete_ab_test

Operation

delete_ab_test async

delete_ab_test(input: DeleteABTestInput, plugins: list[Plugin] | None = None) -> DeleteABTestOutput

Deletes an A/B test and its associated gateway rules.

Parameters:

Name Type Description Default
input DeleteABTestInput

An instance of DeleteABTestInput.

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
DeleteABTestOutput

An instance of DeleteABTestOutput.

Input

DeleteABTestInput dataclass

Dataclass for DeleteABTestInput structure.

Attributes

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

The unique identifier of the A/B test to delete.

Output

DeleteABTestOutput dataclass

Dataclass for DeleteABTestOutput structure.

Attributes

ab_test_arn instance-attribute
ab_test_arn: str

The Amazon Resource Name (ARN) of the deleted A/B test.

ab_test_id instance-attribute
ab_test_id: str

The unique identifier of the deleted A/B test.

status instance-attribute
status: ABTestStatus

The status of the A/B test deletion operation.