Hello, I’m having a problem when I fly deploy. I’m getting the message “Error: found 1 machines that are unmanaged. fly deploy
only updates machines with fly_platform_version=v2 in their metadata. Use fly machine list
to list machines and fly machine update --metadata fly_platform_version=v2 <machine id>
to update individual machines with the metadata.”
I tried running fly machine update --metadata fly_platform_version=v2 with the relevant machine id, but I get “failed to update VM 56836e7f7d1618: request returned non-2xx status, 504 (Request ID: 01HGYGDDJ6SWBBCRMYN0EWXVA5-dfw)”.
Am I doing something incorrectly?
Thank you!