Retry a template build from its persisted definition
Starts a new build attempt from the sanitized persisted build definition. Builds that used private base-image credentials require fresh base_image_auth; inline build context bytes are not persisted and must have reusable blob references to be retryable.
Authorizations
API key passed as Bearer token
Path Parameters
Body
Optional replacement tags for the retry attempt.
- Option 1
- Option 2
- Option 3
Fresh request-time BuildKit registry credentials for this retry.
Fresh request-time BuildKit secret values for this retry. When the original build used secrets, the retry must provide the same secret IDs again; historical request-time values are not replayed.
Response
Retry build accepted
waiting, building, ready, error, cancelled Template build backend. native is retained for declarative/OCI build requests and historical filters; Dockerfile build requests use buildkit.
native, buildkit declarative, dockerfile, oci_import, template_base private, public Build VM resource configuration
Effective runtime defaults retained for a built template. Environment values are intentionally omitted; only keys are exposed.
OCI image metadata retained from Dockerfile or OCI imports. Volume declarations are metadata only and do not create persistent Nullspace volumes.