Cancel Deployment Route
Authorizations
Organization API key
Path Parameters
Response
Successful Response
Spanner-backed deployment lifecycle row for the platform UI.
Deployment row id.
Human-readable slug this deployment serves under.
Id of the slug this deployment serves under.
Lifecycle state; MERGING covers the whole pipeline, so treat it as in flight.
PENDING, MERGING, DEPLOYING, DEPLOYED, FAILED Whether this is the production or a test deployment.
production, test True when this deployment currently answers for the slug.
When the deployment was requested.
Merged model backing this deployment; null until the merge lands.
Per-deployment URL a test checkpoint is reachable at.
Base model trained from, via models -> checkpoints; null until the merge lands.
Training step of the deployed checkpoint; null until it resolves.
Output-speed tier requested; null only if this predates the column.
normal, turbo Concurrency level requested; null only if this predates the column.
low, medium, high XID of the krun job that is merging the checkpoint weights.
XID of the krun job that is deploying the merged model.
Email of the user who requested this deployment.
When the deployment first became DEPLOYED; unlike updated_at, later promote/demote transitions never overwrite this.
Last lifecycle transition; null until the row first moves.
Structured failure when status is FAILED.