Skip to main content
Infrastructure/Lifecycle

BootstrapDeploy

Deploy a component during the bootstrap phase before authentication is active

POST/api/v1/lifecycle/bootstrap/deploy

Operation ID

BootstrapDeploy

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

application/json

Body Fields

  • componentType
    StringRequired

    Type of the component to deploy during bootstrap

    Example: lifecycle-service

  • params
    StringRequired

    Additional parameters as key-value pairs

    Example: value

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • taskId
    String

    Task ID tracking the asynchronous bootstrap deploy operation

    Example: task-a1b2c3d4-e5f6-7890-abcd-ef1234567890

  • componentType
    String

    Type of the component being deployed

    Example: lifecycle-service

  • status
    String

    Current deployment status

    Example: deploying