Skip to main content

List

The runner table displays the following columns:
  • Alias — Application name
  • Machine Type — Hardware type (e.g. GPU-A100, GPU-H100)
  • Runner ID — Unique runner identifier
  • In Flight Requests — Number of active requests
  • Expires In — Time until runner expires
  • Uptime — How long the runner has been running
  • Revision — Application revision
  • State — Current runner state

Logs

Stop

Kill

Shell

Use Cases

  • Debug running code: Inspect the runtime environment of a live runner
  • Check dependencies: Verify installed packages and their versions
  • Examine state: Inspect files, environment variables, and runtime state
  • Troubleshoot issues: Diagnose problems in production runners

Example

Connect to a running runner:
Once connected, you have full shell access within the runner’s container environment. Press Ctrl+D or type exit to disconnect.

Exec

Run a one-off command on a runner without opening an interactive shell.
The command and its arguments are passed after a -- separator so they aren’t parsed as flags by the fal CLI.

Examples