[google-appengine] Re: Running instances of a disabled application with stopped services

2020-10-05 Thread 'Mary (Google Cloud Support)' via Google App Engine
Hello, I am following up with you to see if you were successful in disabling your App Engine application? "[]: Error Response: [13] Service (module) deletion failed." can happen when the App Engine service account is not listed on the IAM Page nor under the Service Accounts tab. If it is

[google-appengine] Re: Running instances of a disabled application with stopped services

2020-09-28 Thread Liron Slonimsky
Thanks for the suggestions! I tried to delete the services from either the App Engine web console, or gcloud command line. None of these worked for me. When I delete from command line I get the following error: "Error Response: [13] Service (module) deletion failed." I've already disabled the

[google-appengine] Re: Running instances of a disabled application with stopped services

2020-09-28 Thread Liron Slonimsky
Thanks for your suggestions! I've already tried to delete the services from the web console and the cgloud command line and none of these worked. I've got the following error message: ERROR: (gcloud.app.services.delete) Issue deleting service: [] []: Error Response: [13] Service (module)

[google-appengine] Re: Running instances of a disabled application with stopped services

2020-09-27 Thread suhail shakya
You can try deleting the instances from the App Engine Console, under settings by disabling the app On Saturday, 26 September 2020 at 21:34:11 UTC-4 li...@awearsolutions.com wrote: > Hi, > > I want to stop all running instances of my app-engine project. > I tried to disable the application,

[google-appengine] Re: Running instances of a disabled application with stopped services

2020-09-27 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
In order to delete your App Engine service, you can either: > navigate to the App Engine Dashboard, select the service, and click delete in the top bar > run the following gcloud command: “gcloud app services delete [SERVICE_NAME]