influx telegrafs rm

The influx telegrafs rm command removes Telegraf configurations from InfluxDB.

Usage

  1. influx telegrafs rm [flags]

Aliases

rm, remove

Flags

FlagDescriptionInput typeMaps to ?
-c—active-configCLI configuration to use for commandstring
—configs-pathPath to influx CLI configurations (default ~/.influxdbv2/configs)stringINFLUX_CONFIGS_PATH
-h—helpHelp for the rm command
—hide-headersHide the table headers$INFLUX_HIDE_HEADERS
-i—idTelegraf configuration ID to removestrings
—jsonOutput data as json$INFLUX_OUTPUT_JSON

Examples

  1. # Remove a single Telegraf configuration
  2. influx telegrafs rm -i $ID
  3. # Remove multiple Telegraf configurations
  4. influx telegrafs rm -i $ID1 -i $ID2