daz_cancel_request
Cancel a queued or running async request. Queued requests cancel immediately; running renders receive a kill signal.
Instructions
Cancel a queued or running async request.
For queued requests: cancellation is immediate. For running renders: sends a killRender() signal; may take a few seconds to take effect.
Args: request_id: Request ID returned by an async submission tool.
Returns: {"request_id": "...", "status": "cancelled", "cancelled_at": "..."}
Raises ToolError if the request is already finished (completed/failed/cancelled) or not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||