fastapi-deploy - Man Page
fastapi deploy – Deploy a FastAPI app to FastAPI Cloud.
Synopsis
fastapi deploy [Options] [PATH]
Options
- --no-wait
Skip waiting for deployment status.
- --app-id TEXT
Application ID to deploy to [env var: FASTAPI_CLOUD_APP_ID]
- --large-file-threshold INTEGER RANGE [x>=1]
File size threshold in MB for warning about large files [env var: FASTAPI_CLOUD_LARGE_FILE_THRESHOLD] [default: 10]
- --help
Show a help message and exit.
Arguments
- PATH
Path to the directory with your app’s pyproject.toml (defaults to current directory).
Environment
- FASTAPI_CLOUD_APP_ID
Application ID to deploy to; same as the --app-id option.
- FASTAPI_CLOUD_LARGE_FILE_THRESHOLD
File size threshold in MB for warning about large files; same as the --large-file-threshold option.
See Also
fastapi-dev(1), fastapi-run(1), fastapi-login(1), fastapi-cloud(1), fastapi-new(1)
Referenced By
fastapi(1), fastapi-dev(1), fastapi-login(1), fastapi-run(1).
June 2026