machines API error: You are not allowed to create machines

When I interact with the machines API I often get the error You are not allowed to create machines.

Currently I can run fly machines list without any problems but fly machines run alpine:latest produces the error. The same thing happens when interacting with API directly and when updating machines.

I’m using the following version of flyctl: flyctl v0.0.450 linux/amd64 Commit: 51325e4a BuildDate: 2023-01-13T21:57:29Z

Does anyone know why this is happening?


afaik, Fly engs must now unblock your account (if it was incorrectly flagged):

Yep. That appears to have been the case. I’ve lifted the restriction.

Thank you!