Flush Application Queue
Flushes all pending requests from an application’s queue.
Authentication: Required via API key
Idempotency:
- Optional
Idempotency-Keyheader prevents duplicate flushes on retries - Responses cached for 10 minutes per unique key
Use Cases:
- Clear stuck or outdated requests from the queue
- Reset queue state during development or testing
- Cancel all pending requests for an application
Important:
- This operation is irreversible
- All pending requests in the queue will be cancelled
- Requests already being processed will not be affected
DELETE
Flush Application Queue
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Headers
Optional idempotency key for safe request retries
Example:
"550e8400-e29b-41d4-a716-446655440000"
Path Parameters
Username of the app owner
Example:
"user_123"
Application name
Example:
"my-app"
Response
Queue flushed successfully
Previous
Prometheus Metrics
Returns Prometheus-compatible metrics in text format for integration into your
observability stack
**Authentication:** Required - Uses API key authentication
**Format:** Returns text/plain in Prometheus exposition format
**Common Use Cases:**
- Export app stats to your observability provider (grafana, datadog etc)
- Track runner health and performance
- Set up alerts and monitoring
See [Prometheus documentation](https://prometheus.io/docs/instrumenting/exposition_formats/) for format details.
Next
Flush Application Queue