---
title: "POST /flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/stop"
method: POST
path: "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/stop"
---

# POST /flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/stop

`POST /flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions/{executionIdentifier}/stop`

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

## Path parameters

- `executionIdentifier` string, required
- `flowAliasIdentifier` string, required
- `flowIdentifier` string, required

## Response `200`

Success

- StopFlowExecutionResponse
  - `executionArn` string — 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.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ConflictException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — DependencyFailedException
- `485` — BadGatewayException
- `486` — ThrottlingException
- `487` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/bedrock-agent-runtime.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agent-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agent-runtime/revisions/fe358131c0ad/schema)
