---
title: "Terminate workflow execution"
method: GET
path: "/execution/{id}/terminate"
tags: ["executions"]
---

# Terminate workflow execution

`GET /execution/{id}/terminate`

Forcefully terminate a running workflow execution

## Path parameters

- `id` string, required

## Response `200`

Workflow terminated

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Workflow not found
- `500` — Internal server error

---

[API](https://skmtc.net/thand-io/apis/thand-agent-api.md) · [All operations](https://skmtc.net/thand-io/apis/thand-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thand-io/thand-agent-api/revisions/62befb178368/schema)
