---
title: kapacitor flux task
description: The kapacitor flux task command and its subcommands manage Flux tasks in Kapacitor.
url: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/flux/task/
estimated_tokens: 603
product: Kapacitor
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/kapacitor/v1/reference/cli/kapacitor/flux/task/
---

# kapacitor flux task

The `kapacitor flux task` command and its subcommands manage Flux tasks in Kapacitor.

## Usage

```sh
kapacitor flux task [subcommand] [flags] [arguments]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| create | Create a Flux task |
| delete | Delete Flux tasks |
| help, h | List commands or return help for a command |
| list | List Flux tasks |
| log | View Flux task logs |
| retry-failed | Retry failed Flux task runs |
| run | Manage Flux task runs |
| update | Update a Flux task |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Show command help |
