Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

The Delete Profound UI Instance (PUIDLTINST) tool lets you delete a Profound UI instance, optionally delete the configuration and customizations for that instance, and optionally delete the Profound UI key on your system.  You can use this to remove unused instances from your system or to completely uninstall Profound UI.

...

Code Block
PUIDLTINST INST(PUITEST) RMVUSRDTA(*NO) RMVSAMP(*NO) RMVKEY(*NONE)

 


Example 2: Remove the entire TEST540 instance, including all configuration and customizations made:

Code Block
PUIDLTINST INST(TEST540) RMVUSRDTA(*YES) 

...


Example 3: Remove a Profound UI instance named PROFOUNDUI, including all samples programs and keys. (You will no longer be able to run Profound UI on this IBM i server or LPAR under any instance since there will no longer be a key.)

...