---
title: Manage tasks in InfluxDB
description: InfluxDB provides options for creating, reading, updating, and deleting tasks using the influx CLI, the InfluxDB UI, and the InfluxDB API.
url: https://docs.influxdata.com/influxdb/cloud/process-data/manage-tasks/
estimated_tokens: 488
product: InfluxDB Cloud (TSM)
version: cloud
---

# Manage tasks in InfluxDB

InfluxDB provides multiple options for creating, reading, updating, and deleting (CRUD) tasks. The following articles walk through managing tasks with the InfluxDB user interface (UI), the `influx` command line interface (CLI), and the InfluxDB API.

### [Create a task](/influxdb/cloud/process-data/manage-tasks/create-task/)

Create a data processing task in InfluxDB using the InfluxDB UI or the `influx` CLI.

### [View tasks](/influxdb/cloud/process-data/manage-tasks/view-tasks/)

View existing data processing tasks using the InfluxDB UI or the `influx` CLI.

### [Run a task](/influxdb/cloud/process-data/manage-tasks/run-task/)

Run a data processing task using the InfluxDB UI or the `influx` CLI.

### [View task run history and logs](/influxdb/cloud/process-data/manage-tasks/task-run-history/)

View task run histories and logs using the InfluxDB UI or the `influx` CLI.

### [Update a task](/influxdb/cloud/process-data/manage-tasks/update-task/)

Update a data processing task in InfluxDB using the InfluxDB UI or the `influx` CLI.

### [Export a task](/influxdb/cloud/process-data/manage-tasks/export-task/)

Export a data processing task from InfluxDB using the InfluxDB UI.

### [Delete a task](/influxdb/cloud/process-data/manage-tasks/delete-task/)

Delete a task from InfluxDB using the InfluxDB UI or the `influx` CLI.

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