latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

Task

Retry Provisioning

Retry the provisioning of a task whose connector provisioning failed. Resets the failed connector actions and re-drives the connector, preserving the already-collected approvals. Only valid when the task's current provision step ended in an error.

post/api/v1/tasks/{task_id}/action/retry-provisioning

Path parameters

task_idstring required

The ID of the task to retry provisioning for.

Request body

commentstring

An optional comment attached to the action.

policyStepIdstring

The ID of the provision policy step to retry.

Response

A generic response for task action endpoints, containing the updated task and the ID of the action that was created.

ticketActionIdstring

The ID of the task action created by this request.