Enable/Disable a Clarity feature in Command Prompt
book
Article ID: 370735
calendar_today
Updated On:
Products
Clarity PPM On Premise
Clarity PPM SaaS
Issue/Introduction
How to toggle a specific Clarity feature with a server command without going through UI
Cause
When Broadcom Support is requesting you to enable or disable a certain feature, the supported way is to run the admin command in Clarity UI
Resolution
- Connect to the Clarity server with admin user
Note: You must replace <feature name> with the exact feature code as instructed by Broadcom Support
- Run the command to enable a feature:
admin toggle-feature <feature name> 1
- Run the command to disable a feature:
admin toggle-feature <feature name> 0
- For some specific features, a system restart or clearing caches is required for it to be taken into account
Feedback
thumb_up
Yes
thumb_down
No