Deployments
Finalize direct upload
Verify a completed direct GCS upload and start deployment.
POST
/api/v1/deploy/uploads/{token}/finalizeFinalization verifies object ownership, expiry, exact size, optional checksum, one-time use, and immutable generation before analysis.
Authentication: the opaque token in the URL is the one-time credential. Do not add an account bearer token.
Parameters
tokenstringrequiredPathThe opaque, short-lived, one-time upload credential.
Responses
202The direct object was verified and its aggregate deployment operation started.
400The request is invalid or contains an unsupported value.
413The ZIP exceeds the active upload transport limit.