--- title: influx task update description: The 'influx task update' command updates information related to tasks in InfluxDB. menu: v2_0_ref: name: influx task update parent: influx task weight: 201 --- The `influx task update` command updates information related to tasks in InfluxDB. ## Usage ``` influx task update [flags] ``` ## Flags | Flag | Description | Input type | |:---- |:----------- |:----------: | | `-h`, `--help` | Help for `update` | | | `-i`, `--id` | Task ID **(Required)** | string | | `--status` | Update task status | string | ## Global flags | Global flag | Description | Input type | |:----------- |:----------- |:----------:| | `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string | | `--local` | Run commands against the local filesystem | | | `-t`, `--token` | API token to use in client calls | string |