--- title: influxd - InfluxDB service description: The `influxd` service starts and runs all the processes necessary for InfluxDB to function. influxdb/v2/tags: [influxd, cli] menu: influxdb_v2: name: influxd parent: Command line tools weight: 102 related: - /influxdb/v2/reference/config-options/ products: [oss] --- The `influxd` daemon starts and runs all the processes necessary for InfluxDB to function. ## Usage ``` influxd [flags] influxd [command] ``` {{% note %}} For information about other available InfluxDB configuration methods, see [InfluxDB configuration options](/influxdb/v2/reference/config-options/). {{% /note %}} ## Commands | Command | Description | | :----------------------------------------------------------------- | :----------------------------------------------------------- | | [downgrade](/influxdb/v2/reference/cli/influxd/downgrade/) | Downgrade metadata schema to match an older release | | help | Output help information for `influxd` | | [inspect](/influxdb/v2/reference/cli/influxd/inspect/) | Inspect on-disk database data | | [print-config](/influxdb/v2/reference/cli/influxd/print-config/) | (**Deprecated**) Print full influxd configuration for the current environment | | [recovery](/influxdb/v2/reference/cli/influxd/recovery/) | Recover operator access to InfluxDB | | [run](/influxdb/v2/reference/cli/influxd/run/) | Start the influxd server _**(default)**_ | | [upgrade](/influxdb/v2/reference/cli/influxd/upgrade/) | Upgrade a 1.x version of InfluxDB to {{< current-version >}} | | [version](/influxdb/v2/reference/cli/influxd/version/) | Output the current version of InfluxDB | ## Flags {{< cli/influxd-flags >}}