Orphaned Cloud Run deployment (Starter Tier) after deleting AI Studio project — cannot find or delete underlying resource

Hello,

I deployed an app via Google AI Studio using the Google Cloud Starter Tier, with the custom subdomain:

buchholzwaehlt2026.ai.studio/

I later deleted the associated project directly in AI Studio (without unpublishing it first). The app is still live and publicly accessible at the URL above.

I have access to Google Cloud Console with multiple projects and logins, but I cannot find any matching Cloud Run service under any of my own GCP projects — which I now understand is because Starter Tier deployments run in a Google-managed project that I don’t own directly.

Could someone from the AI Studio team please help me:

  1. Locate and delete/unpublish the underlying Cloud Run deployment for this app, and
  2. Release the custom subdomain (buch…2026.ai.studio) so it’s no longer publicly accessible?

Happy to provide my account email or any other verification details needed.

Thank you!

Hello @marplx ,
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.
screenshot for reference :

I am requesting a role on the resource instant-axon-qzp2g.

Requestor’s message:
"My url (kedi-ridefood.ai.studio) become orphaned as I deleted the project and services. now i want to use this exact url for my new website URL i made on ai studio. "

Click the following link to investigate and remediate this request for kedi…@gmailcom:

can you try running the below commands to delete the associated cloud run service and domain mapping from the GCP project:

```

# 1. Delete Cloud Run service

gcloud run services delete <SERVICE_NAME> --region= --project=<GCP_PROJECT_ID>

# 2. Delete domain mapping to release the URL

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

```

kedibeki10@cloudshell:~ (instant-axon-qzp2g)$ gcloud beta run domain-mappings delete
–domain=kedi-ridefood.ai.studio
–region=europe-west2
–project=instant-axon-qzp2g
Deleting [kedi-ridefood.ai.studio]…failed.
ERROR: (gcloud.beta.run.domain-mappings.delete) PERMISSION_DENIED: Permission ‘run.domainmappings.delete’ denied on resource ‘namespaces/instant-axon-qzp2g/domainmappings/kedi-ridefood.ai.studio’ (or resource may not exist). This command is authenticated as kedibeki10@gmail.com which is the active account specified by the [core/account] property.