mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 12:27:45 +00:00
5.1 KiB
5.1 KiB
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 |