Skip to content

bullpen tracker remove

Last updated: February 26, 2026

Stop tracking a wallet address

Usage

bullpen tracker remove [OPTIONS] --chain <CHAIN> <ADDRESS>

Live Help

Stop tracking a wallet address

Usage: bullpen tracker remove [OPTIONS] --chain <CHAIN> <ADDRESS>

Arguments:
  <ADDRESS>  Wallet address to stop tracking

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

Example Commands

bullpen tracker remove [OPTIONS] --chain <CHAIN> <ADDRESS>
bullpen tracker remove --help
bullpen tracker remove --output json

Example Data

Representative JSON shape for automation and integrations:

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