---
title: "Interrupt current execution"
method: POST
path: "/api/interrupt"
tags: ["queue"]
---

# Interrupt current execution

`POST /api/interrupt`

Interrupts the prompt that is currently executing. The next queued prompt (if any) will start immediately after.

## Request body

- object
  - `prompt_id` string, uuid — If provided, only interrupts this specific running prompt. Otherwise interrupts all.

## Response `200`

Interrupt signal sent

## Other responses

- `401` — Unauthorized - Authentication required
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 3 info
  - api operation id `interruptExecution` removed and replaced with `interruptJob`
  - added the non-success response with the status `401`
  - added the non-success response with the status `500`
- **2026-04-24** `a66055fa384e` — 5 info
  - api operation id `interruptJob` removed and replaced with `interruptExecution`
  - endpoint reactivated
  - added optional request body
  - removed the non-success response with the status `401`
  - …1 more

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/interrupt/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
