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.
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
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:
gcloud compute instance-groups managed list
gcloud compute instance-groups managed list-instances INSTANCE_GROUP_NAME [--zone=ZONE | --region=REGION]
gcloud compute instance-groups managed describe instance-group \ [--zone zone | --region region]
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.