Rolling restart

Here’s my workaround for now:

Rolling Restart

  1. fly status --json | jq '.Allocations[].IDShort' - Lists the active VMs
  2. For each VM one at a time : fly vm restart <ID>
  3. You can monitor the progress of each VM with: fly vm status <ID>
2 Likes