Approve Bootstrap
Required role: write or higher.
Approves the pipeline to proceed with bootstrapping.
This endpoint is used when a pipeline has been started with
bootstrap_policy=await_approval, it is resuming from an existing checkpoint,
but the pipeline has been modified since the checkpoint was made and is
currently in the AwaitingApproval state awaiting user approval to proceed
with bootstrapping.
| Path Parameters |
|---|
pipeline_name string — REQUIREDUnique pipeline name |
| Query Parameters |
|---|
silent_bootstrap booleanBootstrap the pipeline with output connectors disabled. |
concurrent_bootstrap booleanBootstrap new and modified views concurrently, keeping the pre-existing
views live while the new ones backfill. Mutually exclusive with
|
| Responses | ||||
|---|---|---|---|---|
200Bootstrap approved
| ||||
400Bootstrap options are mutually inconsistent
| ||||
404Pipeline with that name does not exist
| ||||
500
| ||||
503
|