influx user password

The influx user password command updates the password for a user in InfluxDB.

Usage

  1. influx user password [flags]

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 password command
—hostHTTP address of InfluxDB (default http://localhost:8086)stringINFLUX_HOST
-i—idUser IDstring
-n—nameUsernamestring
—skip-verifySkip TLS certificate verification
-t—tokenAuthentication tokenstringINFLUX_TOKEN

Related articles