Run a task
In the navigation menu on the left, select Tasks.
Tasks
Run a task with the influx CLI
Use the influx task run retry
command to run a task.
Authentication credentials
The examples below assume your InfluxDB host, organization, and token are provided by the active influx CLI configuration. If you do not have a CLI configuration set up, use the appropriate flags to provide these required credentials.
Use the to retry failed task runs.
# Retry failed tasks for a specific task
influx task retry-failed \
# Print information about runs that will be retried
influx task retry-failed \
--dry-run
# Retry failed task runs that occurred in a specific time range
influx task retry-failed \
--after 2021-01-01T00:00:00Z \
--before 2021-01-01T23:59:59Z