---
title: influx task
description: The influx task command and its subcommands manage tasks in InfluxDB.
url: https://docs.influxdata.com/influxdb/cloud/reference/cli/influx/task/
estimated_tokens: 624
product: InfluxDB Cloud (TSM)
version: cloud
---

# influx task

-   influx CLI 2.0.0+

The `influx task` command and its subcommands manage tasks in InfluxDB.

### Usage

```
influx task [flags]
influx task [command]
```

### Subcommands

| Subcommand | Description |
| --- | --- |
| create | Create task |
| delete | Delete task |
| list | List tasks |
| log | Log related commands |
| retry-failed | Retry failed task runs |
| run | Run related commands |
| update | Update task |

### Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Help for the task command |

#### Related

-   [Process data with InfluxDB tasks](/influxdb/cloud/process-data/)
-   [influx CLI—Provide required authentication credentials](/influxdb/cloud/reference/cli/influx/#provide-required-authentication-credentials)
-   [influx CLI—Flag patterns and conventions](/influxdb/cloud/reference/cli/influx/#flag-patterns-and-conventions)

[tasks](/influxdb/cloud/tags/tasks/)
