Infrastructure/Lifecycle
POSTLifecycleSince 1.0SynchronousAuth Required
RetryReconfigure
Retry a failed reconfigure plan
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
planUuidStringRequiredUUID of the reconfigure plan to retry
Responses
Endpoint
POST/api/v1/lifecycle/reconfigure-plans/{planUuid}/retry
/api/v1/lifecycle/reconfigure-plans/{planUuid}/retry
Request Example
curl -X POST '{host}/api/v1/lifecycle/reconfigure-plans/{planUuid}/retry' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{"planUuid": "plan-a1b2c3d4", "taskIds": ["value"]}Change History
This API has no change history records yet.
