Skip to main content
Infrastructure/Lifecycle

RetryReconfigure

Retry a failed reconfigure plan

POST/api/v1/lifecycle/reconfigure-plans/{planUuid}/retry

Operation ID

RetryReconfigure

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • planUuid
    StringRequired

    UUID of the reconfigure plan to retry

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • planUuid
    String

    UUID of the reconfigure plan being retried

    Example: plan-a1b2c3d4

  • taskIds
    List

    Task IDs for retried operations

    Example: item1,item2