跳转到主要内容
POST
/
api
/
interrupt
Interrupt currently running jobs
curl --request POST \
  --url https://cloud.comfy.org/api/interrupt \
  --header 'X-API-Key: <api-key>'
{
  "code": "<string>",
  "message": "<string>"
}

授权

X-API-Key
string
header
必填

API key authentication. Generate an API key from your account settings at https://comfy.org/account. Pass the key in the X-API-Key header.

响应

Success - Job interrupted or no running job found