influx ping

The influx ping command checks the health of a running InfluxDB instance by querying the /health endpoint. It does not require an authorization token.

Usage

  1. influx ping [flags]

Flags

FlagDescriptionInput typeMaps to ?
-h—helpHelp for the ping command
—hostHTTP address of InfluxDB (default http://localhost:8086)stringINFLUX_HOST
—skip-verifySkip TLS certificate verification