---
title: "Stop Workflow"
method: POST
path: "/api/v2/workflows/stop"
tags: ["Workflow"]
---

# Stop Workflow

`POST /api/v2/workflows/stop`

Stop a running workflow execution

## Request body

- WorkflowStopRequest — Request schema for stopping workflow.
  - `job_id` union, required
    - string
    - string, uuid

## Response `200`

Successful Response

- WorkflowStopResponse — Response schema for stopping workflow.
  - `job_id` union, required
    - string
    - string, uuid
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

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