Request to release orphaned AI Studio deployment (justethic.ai.studio)

Hi Google AI Studio team, I deleted my AI Studio project without unpublishing it first. Because of this, the preview address I was using (justethic.ai.studio) is now orphaned and locked. The site is still active and I cannot assign this URL to my new app. Could you please manually release this subdomain and tear down the hidden deployment so I can reuse it? Affected URL: justethic.ai.studio/ Thank you!

Hi @Sajidkhan4442 ,

You need to manually delete the cloud run service by going to the GCP console. Follow the below steps:

  1. Go to Cloud run services here: https://console.cloud.google.com/run/services. Do not click on the cloud run instance, stay on the services page. Make sure you are in the right GCP project.
  2. Select the service corresponding to the AI Studio App.
  3. Delete the service.

Post this, both the service and the URL should stop serving.
For reference:

Hi,

Thank you for your guidance.

I followed the steps exactly as you described. I went to the Cloud Run Services page, selected the service corresponding to my AI Studio App, and deleted the service.

However, the URL still hasn’t been released and is still not available.

Could you please take a look once and let me know if there is anything else I need to do from my side?

Thank you for your help.

Best regards,
Mohammad Sajid

Thanks and Regards

After deleting the service, you will also need to delete its custom domain mapping. To release justethic.ai.studio, run:

gcloud beta run domain-mappings delete \
  --domain=justethic.ai.studio \
  --region=<REGION> \
  --project=<GCP_PROJECT_ID>

Let us know how this goes!