How to delete all datastore in Google App Engine?

后端 未结 29 1759
夕颜
夕颜 2020-11-28 01:17

Does anyone know how to delete all datastore in Google App Engine?

29条回答
  •  一生所求
    2020-11-28 01:49

    You can Delete All Datastore by deleting all Kinds One by One. with google appengine dash board. Please follow these Steps.

    1. Login to https://console.cloud.google.com/datastore/settings
    2. Click Open Datastore Admin. (Enable it if not enabled.)
    3. Select all Entities and press delete.(This Step run a map reduce job for deleting all selected Kinds.)

    for more information see This image http://storage.googleapis.com/bnifsc/Screenshot%20from%202015-01-31%2023%3A58%3A41.png

提交回复
热议问题