How to delete all datastore in Google App Engine?

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

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

29条回答
  •  北海茫月
    2020-11-28 01:50

    I've created an add-in panel that can be used with your deployed App Engine apps. It lists the kinds that are present in the datastore in a dropdown, and you can click a button to schedule "tasks" that delete all entities of a specific kind or simply everything. You can download it here:
    http://code.google.com/p/jobfeed/wiki/Nuke

提交回复
热议问题