--- title: influx task run retry description: The `influx task run retry` command retries to run a task in InfluxDB. menu: influxdb_2_0_ref: name: influx task run retry parent: influx task run weight: 301 aliases: - /v2.0/reference/cli/influx/task/log/run/retry/ --- The `influx task run retry` command retries to run a task in InfluxDB. ## Usage ``` influx task run retry [flags] ``` ## Flags | Flag | | Description | Input type | {{< cli/mapped >}} | |:---- |:--- |:----------- |:----------: |:------------------ | | | `--configs-path` | Path to `influx` CLI configurations (default `~/.influxdbv2/configs`) | string |`INFLUX_CONFIGS_PATH` | | `-h` | `--help` | Help for the `retry` command | | | | | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | `INFLUX_HOST` | | `-r` | `--run-id` | **(Required)** Run ID | string | | | | `--skip-verify` | Skip TLS certificate verification | | | | `-i` | `--task-id` | **(Required)** Task ID | string | | | `-t` | `--token` | Authentication token | string | `INFLUX_TOKEN` |