Revoke (cancel) multiple active or queued jobs at once.
Revokes up to 100 jobs in a single request. Each job is processed independently — if some jobs can’t be revoked (wrong state, not found), the others are still revoked.Documentation Index
Fetch the complete documentation index at: https://docs.sluice.sh/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
ids | string[] | Array of Sluice job UUIDs. Min 1, max 100. |
| Field | Type | Description |
|---|---|---|
id | string | Job UUID. |
success | boolean | Whether the revoke was successful. |
state | string? | New state after revoke (present when success is true). |
error | string? | Error message (present when success is false). |