Is it possible to change a Google app engine project from the flexible to standard environment? I have to keep the existing project ID as it is used as the URL, but I need to change to the standard environment because the flexible one is too expensive.
It is mentioned that one should just delete the resources of the project instead of the project itself. However, I can't find any resources other than the project itself on the "Resources" page.
Or do I just update the app.yaml and update the project?
Many thanks for any advice!