Delete a task

Delete a task in the InfluxDB UI

  1. In the navigation menu on the left, select Tasks.

    Tasks

    Tasks

  2. In the list of tasks, hover over the task you would like to delete.

  3. Click Delete on the far right.

  4. Click Confirm.

Delete a task with the influx CLI

Use the influx task delete command to delete a task.

This command requires a task ID, which is available in the output of influx task list.

  1. # Syntax
  2. influx task delete -i <task-id>
  3. # Example
  4. influx task delete -i 0343698431c35000

Related articles