Is there a way to go back to single process?

I was deploying with multi-processes at first, but realized that the autoscaling/regions shortcoming was not worth it. Now I’m back at a single process (app), but running fly scale show still shows 2 process groups (app and web), and I’m still required to add --group <process> for all commands, which is a bit annoying.

Any way I can destroy a process group or similar, to get back to 1 process?

Thanks!

There’s unfortunately no way to revert back to a single process app. You would have to destroy and recreate it.