Skip to content

fal runners

Terminal window
Usage: fal runners [-h] [--debug] [--pdb] [--cprofile] command ...
Manage fal runners.
Options:
-h, --help show this help message and exit
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.
Commands:
command
kill Kill a runner.

List

Terminal window
Usage: fal runners list [-h] [--debug] [--pdb] [--cprofile] [--team TEAM]
List runners.
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.

Kill

Terminal window
Usage: fal runners kill [-h] [--debug] [--pdb] [--cprofile] id
Kill a runner.
Positional Arguments:
id Runner ID.
Options:
-h, --help show this help message and exit
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.