Manage and switch between the personal, team, and organization accounts you belong to. Useful when you’re a member of multiple accounts and need to deploy or manage apps under a specific one.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.
fal account list
List all accounts you belong to:--output {pretty,json} and --json for machine-readable output.
fal account set
Switch to a specific account:<account> may be either an account nickname or the index shown by fal account list. After switching, all CLI operations (fal deploy, fal apps, fal secrets, etc.) run under the selected account.
If no <account> is provided, you’ll be prompted interactively.
Arguments:
| Argument | Description |
|---|---|
account | The account nickname (or list index) to switch to |