---
title: Manage Kapacitor Flux tasks
description: Use the kapacitor CLI and the Kapacitor HTTP API to manage Kapacitor Flux tasks.
url: https://docs.influxdata.com/kapacitor/v1/working/flux/manage/
estimated_tokens: 696
product: Kapacitor
version: v1
---

# Manage Kapacitor Flux tasks

Use the **`kapacitor` CLI** and the **Kapacitor HTTP API** to manage Kapacitor Flux tasks.

**Chronograf 1.9+** provides a user interface for enabling or disabling Flux tasks, viewing task logs, and more. Kapacitor Flux task code is read-only in Chronograf. For more information, see [Advanced Kapacitor usage](/chronograf/v1/guides/advanced-kapacitor/#manage-kapacitor-flux-tasks).

### [Create Kapacitor Flux tasks](/kapacitor/v1/working/flux/manage/create/)

Use the **`kapacitor` CLI** or the **Kapacitor HTTP API** to create Kapacitor Flux tasks.

### [List Kapacitor Flux tasks](/kapacitor/v1/working/flux/manage/list/)

Use the **`kapacitor` CLI** or the **Kapacitor HTTP API** to list Kapacitor Flux tasks.

### [Update Kapacitor Flux tasks](/kapacitor/v1/working/flux/manage/update/)

Use the **`kapacitor` CLI** or the **Kapacitor HTTP API** to update Kapacitor Flux tasks.

### [Manage Kapacitor Flux task runs](/kapacitor/v1/working/flux/manage/task-runs/)

Use the **`kapacitor` CLI** or the **Kapacitor HTTP API** to manage Kapacitor Flux task runs.

### [View Kapacitor Flux task logs](/kapacitor/v1/working/flux/manage/view-task-logs/)

Use the **`kapacitor` CLI** or the **Kapacitor HTTP API** to list Kapacitor Flux tasks.

### [Retry failed Kapacitor Flux tasks](/kapacitor/v1/working/flux/manage/retry-failed/)

Use the `kapacitor flux task retry-failed` command to retry failed Kapacitor Flux task runs.

### [Delete Kapacitor Flux tasks](/kapacitor/v1/working/flux/manage/delete/)

Use the **`kapacitor` CLI** or the **Kapacitor HTTP API** to delete Kapacitor Flux tasks.

#### Related

-   [Use Flux tasks with Kapacitor](/kapacitor/v1/working/flux/)
-   [Advanced Kapacitor usage](/chronograf/v1/guides/advanced-kapacitor/)
-   [kapacitor flux](/kapacitor/v1/reference/cli/kapacitor/flux/)
