I’m trying to launch a new Fly Machine using the internal graphql endpoint: GraphQL Playground and see this error:
"message": "The launchMachine endpoint has reached its EOL. Please visit https://fly.io/docs/reference/machines/ for more information on how to leverage our new Machines API!",
flyctl
allows launching machines using fly machines run .
, so the API still works; am wondering if there’s some setting I can specify to call the gql endpoint, or whether I just need to switch to calling the machines REST endpoint when I’m inside the Fly VPC to launch a machine?