Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

GCP web console freezes in (Compute Engine - Instance groups)

 

Hello,

I attempted to delete an instance group last Friday, but unfortunately, the operation is still showing as frozen. I have tried refreshing both the GCP console and the web browser, but the issue persists.

byungwoojeon_1-1742207886338.png

 

Could you kindly assist in resolving this issue or advise on any further steps I should take?

Thank you for your attention to this matter. I look forward to your assistance.

Best regards,
Byungwoo Jeon

 

 

1 1 180
1 REPLY 1

Hi byungwoo-jeon,

Welcome to Google Cloud Community!

It seems that you might have encountered an error when attempting to delete the instance group. Have you checked the notification button on the GCP console? Any errors should be indicated there.

Additionaly, have you tried verifying it through gCloud CLI? Here are the following commands to verify the instance group and delete a instance group

Run the following command: 

  • To get a list of the managed instances in a group
    gcloud compute instance-groups managed list
  • To check the status and current actions on all instances in the group
    gcloud compute instance-groups managed list-instances INSTANCE_GROUP_NAME [--zone=ZONE | --region=REGION]
  • To get information about a specific group:
    gcloud compute instance-groups managed describe instance-group \ [--zone zone | --region region]
  • To delete a managed instance group:
    gcloud compute instance-groups managed delete instance-group-1 --zone=us-central1-c

For more detailed troubleshooting on managed instance groups, please refer to the documentation

Lastly, a related thread on the Google Cloud Community forum may provide additional information relevant to your concerns.

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.

Top Labels in this Space
Top Solution Authors