Skip to main content
Manage and switch between teams you belong to. Useful when you’re a member of multiple teams and need to deploy or manage apps under a specific team account.

fal teams list

List all teams you belong to:
fal teams list
Shows your personal account and all team accounts, indicating which is currently active.

fal teams set

Switch to a specific team:
fal teams set <account>
After switching, all CLI operations (fal deploy, fal apps, fal secrets, etc.) will run under the selected team account. Arguments:
ArgumentDescription
accountThe team name to switch to
Example:
# Switch to your company team
fal teams set my-company

# Deploy under that team
fal deploy my_app.py::MyApp

fal teams unset

Switch back to your personal account:
fal teams unset
You can also use fal team as a shorthand alias for fal teams.