Skip to content

bullpen experimental disable

Last updated: February 26, 2026

Disable an experimental feature

Usage

bullpen experimental disable [OPTIONS] <FEATURE>

Live Help

Disable an experimental feature

Usage: bullpen experimental disable [OPTIONS] <FEATURE>

Arguments:
  <FEATURE>  Feature name (e.g. device_login)

Options:
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen experimental disable [OPTIONS] <FEATURE>
bullpen experimental disable --help
bullpen experimental disable --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen experimental disable",
  "ok": true,
  "message": "Operation completed",
  "transaction_id": "sample_tx_123",
  "last_updated": "2026-02-26"
}