Google AI Studio always deploys to the old Cloud Run service instead of creating a new one

Hi,

I’m using Google AI Studio to publish my application.

My project is now named “Habka”, but every time I click Publish, AI Studio automatically deploys to an existing Cloud Run service named “siagha”.

Current URL:

siagha-564227843375.europe-west2.run.app

Expected URL:
habka-564227843375.europe-west2.run.app

I cannot find any option in AI Studio to change the Cloud Run service name or reset the deployment target.

Cloud Run currently contains only one service named “siagha”, and every publish updates that service automatically.

Questions:

  1. How can I make AI Studio deploy to a new Cloud Run service named “habka”?
  2. Is there a way to change the deployment target from the old service to a new one?
  3. Is this a limitation of AI Studio, or am I missing a configuration step?

Thank you.

Hello @Omar_Medhat_Kamal ,
Each AIS app is tied to a specific cloud run service, so updating the project/ app title in AIS will redeploy the app to the same existing cloud run service. I’m curious, why do you want to deploy it to a different cloud run service?

To deploy to a different cloud run service, you will need to create a new App in Google AI Studio.