Delete a version of a flow in Amazon Bedrock
To learn how to delete a version of a flow, choose the tab for your preferred method, and then follow the steps:
- Console
-
To delete a version of a flow
-
Open the AWS Management Console
and sign in to your account. Navigate to Amazon Bedrock. -
Select Flows from the left navigation pane. Then, in the Flows section, select a flow.
-
Choose Delete.
-
A dialog box appears warning you about the consequences of deletion. To confirm that you want to delete the version, enter
delete
in the input field and choose Delete. -
A banner appears to inform you that the version is being deleted. When deletion is complete, a success banner appears.
-
- API
-
To delete a version of a flow, send a DeleteFlowVersion request with an Agents for Amazon Bedrock build-time endpoint. Specify the ARN or ID of the flow in the
flowIdentifier
field and the version to delete in theflowVersion
field.