v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1475719557.8 KB

Prepares the <code>DRAFT</code> version of a flow so that it can be invoked. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/flows-test.html">Test a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.

post/flows/{flowIdentifier}/

Path parameters

flowIdentifierstring required

The unique identifier of the flow.

Response

Success

idstring required

The unique identifier of the flow.

status'Failed' | 'Prepared' | 'Preparing' | 'NotPrepared' required

The status of the flow. When you submit this request, the status will be <code>NotPrepared</code>. If preparation succeeds, the status becomes <code>Prepared</code>. If it fails, the status becomes <code>FAILED</code>.