Scaling down apps with groups doesn't work

When I try to suspend the app I get

❯ fly suspend
Error this command is deprecated. You may still resume suspended apps using 'fly resume'. Use 'fly scale count 0' if you need to stop an app temporarily

so then I do that and get

❯ fly scale count 0
Error Invalid VM group:

and if I try with group:

❯ fly scale count 0 --group web
Error unknown flag: --group

So what should I do if I want to temporarily stop the app :sweat_smile:

1 Like

What works for me: fly scale count web=0

1 Like