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.