---
title: "Interrupt currently running jobs"
method: POST
path: "/api/interrupt"
tags: ["job"]
---

# Interrupt currently running jobs

`POST /api/interrupt`

Cancel all currently RUNNING jobs for the authenticated user.
This will interrupt any job that is currently in 'in_progress' status.
Note: This endpoint only affects running jobs. To cancel pending jobs, use /api/queue.

## Response `200`

Success - Job interrupted or no running job found

## Other responses

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

---

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