I would like to create new instance on Google Cloud Compute Engine with static external IP, but I create new static internal IP by mistake as below photo.
static internal IP at Create an instance
Could you tell me how to release it?
The static internal IP addresses can be deleted by using several methods, such as the VM instances page, the gcloud
tool or sending a DELETE
API call, as mentioned in the Deleting a static internal IP address public documentation. Based on this, I suggest you to follow one of the options listed below, as well as take a look on this link, to know more about the process required to assign a static external IP address to a new VM instance.
Console
Gcloud tool
Using the gcloud tool, run the compute addresses delete command:
API
In the API, make a DELETE
request to the following URL:
DELETE https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/regions/[REGION]/addresses/[ADDRESS_NAME]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With