---
title: "Batch Terminate Workflow Executions"
method: POST
path: "/v1/workflows/executions/terminate"
tags: ["workflows.executions"]
---

# Batch Terminate Workflow Executions

`POST /v1/workflows/executions/terminate`

Batch Terminate Workflow Executions

## Request body

- BatchExecutionBody
  - `execution_ids` string[], required — List of execution IDs to process

## Response `200`

Successful Response

- BatchExecutionResponse
  - `results` object — Mapping of execution_id to result with status and optional error message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
