メインコンテンツへスキップ
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>"
}

Documentation Index

Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

承認

X-API-Key
string
header
必須

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

レスポンス

Success - Job interrupted or no running job found