Removed shared IPV4, can I get it back?

I made the mistake a few weeks ago of deleting my shared IPV4 address.
Recently deployed a REST API, and was unable to access my machine.
I allocated a new IPV4, thinking maybe my first one would be considered free automatically, and it looks like it just gave me the dedicated IP.

Is there a way to be reassigned a free shared IPV4?

Sure, run the following commands:

  • fly ips release [your dedicated ip]
  • fly ips allocate-v4 --shared
1 Like

Wow! I can’t believe I missed that.

Thank you so much!!

Solved.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.