v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433660423.8 KB

Stops an Amazon Bedrock flow's execution. This operation prevents further processing of the flow and changes the execution status to <code>Aborted</code>.

post/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/stop

Path parameters

executionIdentifierstring required

The unique identifier of the flow execution to stop.

flowAliasIdentifierstring required

The unique identifier of the flow alias used for the execution.

flowIdentifierstring required

The unique identifier of the flow.

Response

Success

executionArnstring

The Amazon Resource Name (ARN) that uniquely identifies the flow execution that was stopped.

status'Running' | 'Succeeded' | 'Failed' | 'TimedOut' | 'Aborted' required

The updated status of the flow execution after the stop request. This will typically be ABORTED if the execution was successfully stopped.