Hello, I am following up with you to see if you were successful in disabling your App Engine application?
"[<my project name>]: 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 missing, creating a new version might re-create the service account. If successfully recreated, you can then disable and delete the app engine service. On Monday, September 28, 2020 at 4:10:41 PM UTC-4 [email protected] wrote: > 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: [<my project > name>] > [<my project name>]: Error Response: [13] Service (module) deletion failed. > > BTW, I've already disabled the application from the settings, and tried to > delete the services when the app is enabled and disabled. > > Any suggestions? > > On Monday, September 28, 2020 at 2:17:32 AM UTC+3 [email protected] > wrote: > >> 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 [email protected] >> wrote: >> >>> Hi, >>> >>> I want to stop all running instances of my app-engine project. >>> I tried to disable the application, delete all service versions, and >>> kill the instances. >>> For some reason, I cannot delete the services (get a generic failure >>> message) and each service (autoscaled) holds 1 instance up even when I try >>> to stop the instances. >>> This is despite all versions are marked as stopped and the application >>> is disabled. >>> >>> How can I stop the services/instances? >>> >>> I do not want to delete the entire project since I want to keep the data >>> in it. >>> >>> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4943efab-3046-42e8-a814-6b26eebcec17n%40googlegroups.com.
