[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]