How to exit a region with Redis?

Hey y’all,

I’m new to fly and I’m having a bit of trouble understanding the whole region setup. I set up a redis app based on y’alls guide and then scaled it to four regions by adding four volumes.

Now I’m trying to exit a region and I can’t figure it out. I’m trying to delete the volume but it says “failed deleting volume: unhandled upstream service error: error closing encrypted device.”

I don’t want to suspend the app in every region just to exit one.

Am I missing something? Probably! I’m still quite new around here :smiley:

Try grabbing the VM ID from fly status and then fly vm stop <vm_id>. Then try deleting the volume.

Ah that makes sense! I actually didn’t know you could stop a single VM. Good call, thank you