How to stop or disable Google App Engine production server?

后端 未结 4 1996
滥情空心
滥情空心 2021-02-02 13:03

I have uploaded google app java project to production google app engine (from this tutorial), but I can\'t found any information how to stop or disable the production app engine

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-02 13:27

    Late to the game here, the tutorial currently suggests deleting the project, but I wanted to keep the project ID so the suggested option isn't the ideal solution for me.

    After spending a good 15 min around the site I've found 2 ways to stop the application. Hope this will be of some help to others until the UI changes again.

    Method 1: Disable Application

    Go into App Engine, Settings, click on Disable application.

    Method 2: Stop Instance

    Go into App Engine, Versions, and then click on STOP.

提交回复
热议问题