app-operations_manager

On this page:

retryTask

Summary

Retry a task

Description

Retry a Task that has failed execution.

Route

POST /operations-manager/jobs/:jobId/tasks/:taskId/retry

Roles

retryUser

Parameters

DetailsExampleSchema
Name Type Required Description
jobId string yes The id of the Job containing the Task.
taskId string yes The id of the Task to be retried.
variables object yes New variables to retry the Task with.

Return

DetailsExampleSchema
Name Type Description
result object The result of the retry operation.