---
title: "Terminate Run Policy Execution"
method: POST
path: "/execution/runPolicyExecution/{id}/terminate"
tags: ["Execution"]
deprecated: true
---

# Terminate Run Policy Execution

`POST /execution/runPolicyExecution/{id}/terminate`

> **Deprecated.**

Used to terminate an ongoing run policy execution

## Path parameters

- `id` string, required

## Response `204`

The Run Policy Execution was successfully terminated

## Other responses

- `404` — Run Policy Execution not found
- `409` — The Run Policy Execution cannot be terminated in its current state
- `default` — Unknown error

---

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