---
title: "End a playbook run from dialog"
method: POST
path: "/plugins/playbooks/api/v0/runs/{id}/end"
tags: ["Internal"]
---

# End a playbook run from dialog

`POST /plugins/playbooks/api/v0/runs/{id}/end`

This is an internal endpoint to end a playbook run via a confirmation dialog, submitted by a user in the webapp.

## Path parameters

- `id` string, required

## Response `200`

Playbook run ended

## Other responses

- `500` — There was an internal error in the server.

## Changes

- **2023-06-19** `148981c0ea86` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mattermost/apis/playbooks-api/changes/plugins/playbooks/api/v0/runs/:id/end/post.md)

---

[API](https://skmtc.dev/mattermost/apis/playbooks-api.md) · [All operations](https://skmtc.dev/mattermost/apis/playbooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mattermost/playbooks-api/revisions/2acd884508c4/schema)
