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.
Manage application queues.
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.
Usage: fal queue [-h] command ...
Manage application queues.
Options:
-h, --help show this help message and exit
Commands:
command
size Get queue size for an application.
flush Flush all pending requests in an application queue.
Usage: fal queue size [-h] [--output {pretty,json}] [--json] [--team TEAM] app_name
Get queue size for an application.
Positional Arguments:
app_name Application name (do not prefix with owner).
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
Output:
--output {pretty,json}
Modify the command output
--json Output in JSON format (same as --output json)
Usage: fal queue flush [-h] [--team TEAM] app_name
Flush all pending requests in an application queue.
Positional Arguments:
app_name Application name.
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
Was this page helpful?