influx v1 auth set-inactive
The influx v1 auth set-inactive
command deactivates an authorization in the InfluxDB 1.x compatibility API.
Usage
influx v1 auth set-inactive [flags]
Flags
Flag | Description | Input type | Maps to ? | |
---|---|---|---|---|
-c | —active-config | Config name to use for command | string | $INFLUX_ACTIVE_CONFIG |
—configs-path | Path to the influx CLI configurations (default: ~/.influxdbv2/configs ) | string | $INFLUX_CONFIGS_PATH | |
-h | —help | Help for the set-inactive command | ||
—hide-headers | Hide the table headers (default: false ) | $INFLUX_HIDE_HEADERS | ||
—host | HTTP address of InfluxDB | string | $INFLUX_HOST | |
-i | —id | Authorization ID (required) | string | |
—json | Output data as JSON (default: false ) | $INFLUX_OUTPUT_JSON | ||
—skip-verify | Skip TLS certificate verification | |||
-t | —token | Authentication token | string | $INFLUX_TOKEN |
—username | Authorization username | string | $INFLUX_USERNAME |