---
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/v2/process-data/manage-tasks/
estimated_tokens: 673
product: InfluxDB OSS v2
version: v2
---

# Manage tasks in InfluxDB

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

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/v2/process-data/manage-tasks/create-task/)

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

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

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

### [Run a task](/influxdb/v2/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/v2/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/v2/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/v2/process-data/manage-tasks/export-task/)

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

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

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

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