Infrastructure/Lifecycle
POSTLifecycleSince 1.0SynchronousAuth Required
ReconfigureComponent
Trigger reconfiguration of a component
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the component to reconfigure
Responses
Endpoint
POST/api/v1/lifecycle/components/{uuid}/reconfigure
/api/v1/lifecycle/components/{uuid}/reconfigure
Request Example
curl -X POST '{host}/api/v1/lifecycle/components/{uuid}/reconfigure' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{"planUuid": "plan-a1b2c3d4", "taskId": "task-a1b2c3d4"}Change History
This API has no change history records yet.
