How can you enable or disable a specific Clarity Feature with a server command (without going through UI)?
Environment
Any supported Clarity release.
Cause
When Broadcom Support requests you to enable or disable a certain feature that is not shown in the Administration Modern UX > Feature Toggles, you need to use the admin command in the Clarity server.
Resolution
Connect to the Clarity server with the user with appropriate rights. Note: You must replace <feature_code> with the exact Feature Code provided by Broadcom Support.
Run the following command:
To enable a feature: admin toggle-feature <feature_code> 1
To disable a feature: admin toggle-feature <feature_code> 0
Some specific features require a system restart or cache flushing.