There is undocumented function DebugUtility which is usually used by IBM support to perform different actions.
Here are some examples what you can do:
## Wipe TM1 cache for all cubes
DebugUtility( 125, 0, 0, ”, ”, ” );
## Wipe TM1 cache for the specified cube
DebugUtility( 125, 0, 0, ‘CubeName’, ”, ” );
## Obfuscate cube data (so you can send the model with a fake data to IBM support or somebody else)
DebugUtility( 114, 0, 0, ‘CubeName’, ‘C:folder_to_save_the_obfuscated_cube’ , ” );