Delete Ab Test
| bedrockagentcore_delete_ab_test | R Documentation |
Deletes an A/B test and its associated gateway rules¶
Description¶
Deletes an A/B test and its associated gateway rules.
Usage¶
bedrockagentcore_delete_ab_test(abTestId)
Arguments¶
abTestId |
[required] The unique identifier of the A/B test to delete. |
Value¶
A list with the following syntax:
list(
abTestId = "string",
abTestArn = "string",
status = "CREATING"|"ACTIVE"|"CREATE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"DELETE_FAILED"|"FAILED"
)
Request syntax¶
svc$delete_ab_test(
abTestId = "string"
)