There is no explicit command to change the region of a fly.io app, but you can do this:
- Set the
primary_regionin yourfly.tomlto the new region. fly scale count 0fly scale count 1
Make sure that you migrate any volumes that might be still mounted in the old region, otherwise you can’t scale the old region down.