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] <https://cloud.google.com/sdk/gcloud/reference/app/services/delete>". This will delete the service and associated versions.
On Saturday, September 26, 2020 at 9:34:11 PM 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/49f1f6cf-3550-4448-b0e7-80103ce8d124n%40googlegroups.com.
