---
title: "POST /workflow/stop"
method: POST
path: "/workflow/stop"
tags: ["workflow"]
---

# POST /workflow/stop

`POST /workflow/stop`

## Request body

- StopWorkflowRequest
  - `workflow_session_id` string, uuid, required

## Response `200`

Successfully stopped workflow

## Other responses

- `400` — Invalid request
- `403` — Forbidden - user does not have write access to workflow session
- `404` — Workflow session not found
- `500` — Internal server error

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
