Cancel multiple runs by IDs
Runs
Cancel multiple runs by IDs
Cancel multiple runs by their IDs in a single request. Returns per-run results including cancelled runs, already-terminal runs, and not-found IDs. Maximum 100 IDs per request. Idempotent: calling twice returns consistent results.
POST
Cancel multiple runs by IDs
Documentation Index
Fetch the complete documentation index at: https://docs.tinyfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Get your key from the API Keys page.
Body
application/json
Array of run IDs to cancel
Batch runs request
Array of run IDs (1-100)
Required array length:
1 - 100 elementsExample:
[
"a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"b2c3d4e5-f6a7-8901-bcde-f23456789012"
]
Response
Request succeeded. Returns per-run results in results and any missing IDs in not_found.