Cancel queue request
documentedCancel a queued request that has not started processing yet.
PUT /{model_id}/requests/{request_id}/cancelModelsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://queue.fal.run/{{$model_id}}/requests/{{$request_id}}/cancel" \
-X PUT \
-H "Authorization: Key {{FAL_API_KEY}}" \
-H "Accept: application/json" \
-H "x-fal-request-id: {{$request_id}}"