I’m facing an issue while trying to scale my app to the BOM (Mumbai) region. My app currently has machines running in the SIN (Singapore) region. I attempted to scale and add machines in the BOM region using the following command:
flyctl scale count 2 --region bom
However, I encountered the following error:
Error: failed to launch VM: Region 'bom' cannot host your machine.
Please use an alternative region (see `fly platform regions`).
failed to launch VM: Region 'bom' cannot host your machine.
Please use an alternative region (see `fly platform regions`).
(Request ID: 01JG36D6CGK1Q8JSEXKMC106RW-bom)
Could you please help me resolve this issue or let me know if the BOM region is currently unavailable for hosting?
Thank you