Is there a way to temporarily suspend an app?

Hi :wave:

The suggested way to suspend an app is to scale it to count 0. You’ll have no instances online but the app will be ready for the next deployment.

fly scale count 0 -a your-app-name
1 Like