Comfy-agent delete_image_job

name: delete_image_job

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest: skills/infra/delete_image_job/skill.yaml
source content

name: delete_image_job

description: Delete a completed image-generation job from ComfyUI history by prompt_id.

inputs: prompt_id: type: string force: type: boolean default: false

outputs: status: type: string prompt_id: type: string counts: type: object deleted: type: object