MadMaxx
MadMaxx

Reputation: 13

Not being able to delete Compute Engine instances on Google Cloud Platform

Everytime I try to delete a Compute Engine instance or multiple Compute Engine instances on the GCP, it loads, then says that the deletion was successful, but the instances do not disappear. They also show up on the Dashboard. Can anybody offer some suggestions as to why this happens ?

Upvotes: 1

Views: 825

Answers (1)

David
David

Reputation: 9721

It sounds like the instance you are deleting is part of a managed instance group. Whenever you delete the instance, the instance group is creating a new one to replace it. You should be able to resolve this by deleting the instance group in the console.

Upvotes: 1

Related Questions