Files
comfy-deploy-python/docs/models/operations/postrunrequestbody.md
bennykok 6ea0b09d80 init
2024-07-16 14:45:28 -07:00

5.1 KiB
Raw Permalink Blame History

PostRunRequestBody

Run options

Fields

Field Type Required Description Example
deployment_id Optional[str] Deployment ID to run d290f1ee-6c54-4b01-90e6-d701748f0851
workflow_api Optional[Any] Workflow API JSON to run
workflow_id Optional[str] Workflow ID to run f47ac10b-58cc-4372-a567-0e02b2c3d479
machine_id Optional[str] N/A
gpu Optional[operations.Gpu] N/A
concurrency_limit Optional[float] N/A
private_volume_name Optional[str] N/A
timeout Optional[float] N/A
run_origin Optional[operations.RunOrigin] N/A
inputs Dict[str, operations.Inputs] External inputs to the workflow {
"input_text": "value1",
"input_url": "https://example.png"
}
webhook Optional[str] Webhook URL to receive workflow updates https://example.com/webhook
stream Optional[bool] Whether to return a streaming url