Deleting All Data

Operations Console

You can delete all data from your Flux cluster in a single step. This function is useful during your development and testing stages when you need to start with a blank set of data.

All data is deleted from all database tables except that the admin user and the admin user’s password are retained.

You can delete all your data from the Operations Console by selecting the System tab.

Java Code

Java developers can delete all data using the Engine.clear() API call.

As with clearing all data via the Operations Console, all data is deleted from all database tables except that the admin user and the admin user’s password are retained.