---
title: "Stop multiple flows"
method: POST
path: "/flows/multiple/stop"
tags: ["flows"]
---

# Stop multiple flows

`POST /flows/multiple/stop`

Stops multiple flow's integration process by publishing an appropriate events to the event bus. Requires the 'flows.control' permission.

## Request body

- string[]

## Response `200`

Returns an array with the id and new status of the stopped flows

- object[]
  - `data` object
    - `id` string
    - `status` string
  - `meta` object

## Other responses

- `400` — Invalid ID format.
- `403` — User is not authorised to stop flows.
- `404` — No Flow with this id was found.
- `409` — Flow is currently not active. Only active flows can be stopped.
- `500` — One or more errors occurred. See content.

---

[API](https://skmtc.net/openintegrationhub/apis/flow-repository.md) · [All operations](https://skmtc.net/openintegrationhub/apis/flow-repository/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openintegrationhub/flow-repository/versions/898fa794c6b8/schema)
