Deployments

Finalize direct upload

Verify a completed direct GCS upload and start deployment.

POST/api/v1/deploy/uploads/{token}/finalize

Finalization 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

tokenstringrequired

PathThe opaque, short-lived, one-time upload credential.

Responses

202

The direct object was verified and its aggregate deployment operation started.

400

The request is invalid or contains an unsupported value.

413

The ZIP exceeds the active upload transport limit.