How to check health of an app?

How to check health of an app (from an sh script)?

I need it to fail deployment pipeline, if the app is not in good health after 1 min or so after deployment.

You can run fly checks list -a <APP_NAME>

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.