Manage tasks in InfluxDB

This page documents an earlier version of InfluxDB. InfluxDB v2.7 is the latest stable version. View this page in the v2.7 documentation.

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

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

View tasks

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

Run a task

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

View task run history and logs

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

Update a task

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

Export a task

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

Delete a task

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

tasks