Deploy Messages and Annotations
By Steven Van ·
You can now attach a freeform message and custom annotations to each revision when deploying: bash theme={null} fal deploy my_app.py::MyApp --message…
fal announced Deploy Messages and Annotations on August 3, 2026.
What changed
You can now attach a freeform message and custom annotations to each revision when deploying: bash theme={null} fal deploy my_app.py::MyApp --message "Deploying new version" --annotation GIT_SHA=a1b2c3d4 Messages and annotations are set at deploy time and stay with the revision. View and search them on the app's Versions page in the dashboard, or fetch them via the revisions API. Also available in the Python SDK: client.deploy(..., message=..., annotations={...}). See Annotating Deployments for details.