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.
Managing Profiles
Thefal CLI allows you to manage multiple profiles, making it easy to switch between different fal accounts. This is particularly useful if you have multiple environments or projects.
Adding a New Profile
To add a new profile, set it as the default and then add the key:Note:The key used in the example above is no longer valid. 😉
Listing Profiles
To list all available profiles, use thefal profile list command:
| Default | Profile | Settings |
|---|---|---|
| me | key | |
| comfy | key | |
| * | example | key |
Setting a Default Profile
To set a default profile, use thefal profile set command followed by the profile name:
| Default | Profile | Settings |
|---|---|---|
| me | key | |
| * | comfy | key |
| example | key |
| Name | Revision | Auth | Min Concurrency | Max Concurrency | Max Multiplexing | Keep Alive | Request Timeout | Startup Timeout | Machine Type | Runners | Regions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| my-app | 11111111-2222-333… | shared | 0 | 10 | 1 | 300 | 3600 | 600 | … | 0 |
Deleting a Profile
To delete a profile, use thefal profile delete command followed by the profile name: