Update a task

Tasks

Tasks

Update a task Flux script

  1. In the list of tasks, click the Name of the task you want to update.
  2. In the left panel, modify the task options.
  3. In the right panel, modify the task script.
  4. Click Save in the upper right.

Update the status of a task

In the list of tasks, click the toggle to the left of the task you want to activate or inactivate.

Update a task description

  1. In the list of tasks, hover over the name of the task you want to update.
  2. Click outside of the field or press to update.

Update a task with the influx CLI

Use the influx task update command to update or change the status of an existing task.

Update a task Flux script

Pass the file path of your updated Flux script to the influx task update command with the ID of the task you want to update. Modified task options defined in the Flux script are also updated.

Update the status of a task

Pass the ID of the task you want to update to the command with the --status flag.

  1. # Syntax
  2. influx task update -i <task-id> --status < active | inactive >
  3. influx task update -i 0343698431c35000 --status inactive

Related articles