---
title: "Stop a workflow execution"
method: PATCH
path: "/workflow/{id}/stop"
---

# Stop a workflow execution

`PATCH /workflow/{id}/stop`

## Path parameters

- `id` string, required

## Response `200`

The workflow stopped

## Other responses

- `404` — Workflow execution, workflow type, or catalog not found
- `500` — Internal server error (e.g. Temporal connection failure)

## Changes

- **2026-03-13** `0f0e49049ef1` — 1 breaking, 2 info
  - removed the media type `application/json` for the response with the status `200`
  - endpoint reactivated
  - removed the non-success response with the status `409`

[Change history](https://skmtc.dev/growthxai/apis/output-ai-api/changes/workflow/:id/stop/patch.md)

---

[API](https://skmtc.dev/growthxai/apis/output-ai-api.md) · [All operations](https://skmtc.dev/growthxai/apis/output-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/growthxai/output-ai-api/revisions/cf3be024b66f/schema)
