Infrastructure/Lifecycle
POSTLifecycleSince 1.0SynchronousAuth Required
BootstrapDeploy
Deploy a component during the bootstrap phase before authentication is active
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
componentTypeStringRequiredType of the component to deploy during bootstrap
Example: lifecycle-service
paramsStringRequiredAdditional parameters as key-value pairs
Example: value
Responses
Endpoint
POST/api/v1/lifecycle/bootstrap/deploy
/api/v1/lifecycle/bootstrap/deploy
Request Example
curl -X POST '{host}/api/v1/lifecycle/bootstrap/deploy' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"componentType":"lifecycle-service","params":"value"}'
Response Example
200{
"taskId": "task-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"status": "deploying"
}Change History
This API has no change history records yet.
