Skip to main content
Infrastructure/Lifecycle

ReconfigureComponent

Trigger reconfiguration of a component

POST/api/v1/lifecycle/components/{uuid}/reconfigure

Operation ID

ReconfigureComponent

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

  • uuid
    StringRequired

    UUID of the component to reconfigure

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • planUuid
    String

    UUID of the reconfigure plan created; use this to track all fan-out tasks

    Example: plan-a1b2c3d4

  • taskId
    String

    First lifecycle task ID retained for compatibility; use plan_uuid to track all fan-out tasks

    Example: task-a1b2c3d4