Toggle a Clarity Feature Using the Command Prompt
search cancel

Toggle a Clarity Feature Using the Command Prompt

book

Article ID: 370735

calendar_today

Updated On: 01-21-2025

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

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

  1. 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.
  2. Run the following command:
    1. To enable a feature: 
      admin toggle-feature <feature_code> 1
    2. To disable a feature: 
      admin toggle-feature <feature_code> 0
  3. Some specific features require a system restart or cache flushing.