Accidentally deleted AI Studio app but Cloud Run deployment is still active

Hello,

I accidentally deleted my Google AI Studio application for my website “CE COT”.

However, the deployed website is still publicly accessible at:

https:// ce-cot-674017201117.asia-southeast1.run.app/

I can see the Cloud Run service, but I do not have permission to manage or delete it. The Cloud Console reports that the permission “run.services.update” is missing because this was deployed using Google AI Studio Starter Tier.

I still have a backup of the project (ZIP file), so I can recreate the application if needed.

Could someone please help me:

  1. Restore the deleted AI Studio project, if possible, or
  2. Delete the Cloud Run deployment associated with this app so it is no longer publicly accessible?

Thank you.

srry abt that! since the ai studio project is gone, the cloud run service now needs to be managed directly. if youre the owner of the google cloud project, you can delete it from the cloud run console or with gcloud run services delete. if you dont have permission, youll need google cloud support to help, since this forum is community run. see: Manage Cloud Run services  |  Google Cloud Documentation