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:
- How can I make AI Studio deploy to a new Cloud Run service named “habka”?
- Is there a way to change the deployment target from the old service to a new one?
- Is this a limitation of AI Studio, or am I missing a configuration step?
Thank you.