---
title: "POST /v1/flow-runs/cancel"
method: POST
path: "/v1/flow-runs/cancel"
tags: ["flow-runs"]
---

# POST /v1/flow-runs/cancel

`POST /v1/flow-runs/cancel`

Cancel multiple paused/queued flow runs

## Request body

- object
  - `projectId` string, required
  - `flowRunIds` string[]
  - `excludeFlowRunIds` string[]
  - `status` union[]
    - union
      - 'PAUSED'
      - 'QUEUED'
  - `flowId` string[]
  - `createdAfter` string
  - `createdBefore` string

## Response `200`

Default Response

---

[API](https://skmtc.dev/activepieces/apis/activepieces-documentation.md) · [All operations](https://skmtc.dev/activepieces/apis/activepieces-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/activepieces/activepieces-documentation/revisions/745e4b7f764a/schema)
