Blog

Application Reset – How to delete all application data at once

by on February 5, 2015

As you develop your application, the backend accumulates a lot of development-related data. This data may include test objects in your data tables, random user accounts you used to see how logins work, meaningless geopoints or files. Sometimes you just wish you could delete all the data, but keep the data structures (tables, file directories, geocategories). Backendless provides a way to do just that by the means of Application Reset.

To reset the backend for your app:

  1. Login to Backendless Console and select an app.
  2. Click the Reset App button located in the upper right corner of the application home screen. The following popup will appear:
  3. Click the checkboxes for the types of assets you would like to delete and click the Delete button.
  4. Backendless runs the reset task asynchronously since some applications may contain a lot of data and take some time to be cleaned up.
  5. As soon as the reset operation is complete, Backendless sends an email to the application developer to inform him about it.

Enjoy!

Leave a Reply