deployments

Get Deployment Route

get/api/v1/deploy/{deployment_id}

Path parameters

deployment_idstring required

Response

Successful Response

deployment_idstring required

Deployment row id.

model_slugstring required

Human-readable slug this deployment serves under.

model_slug_idstring required

Id of the slug this deployment serves under.

status'PENDING' | 'MERGING' | 'DEPLOYING' | 'DEPLOYED' | 'FAILED' required

Spanner deployment row status.

role'production' | 'test' required
is_activeboolean required

True when this deployment currently answers for the slug.

model_idstring nullable

Merged model backing this deployment; null until the merge lands.

playground_endpoint_urlstring nullable

Per-deployment URL a test checkpoint is reachable at.

base_model_slugstring nullable

Base model trained from, via models -> checkpoints; null until the merge lands.

checkpoint_stepinteger nullable

Training step of the deployed checkpoint; null until it resolves.

output_speed'normal' | 'turbo'

Which GPU tier a deployment runs on: H100 (normal) or B200 (turbo).

expected_concurrency'low' | 'medium' | 'high'

Traffic level a deployment is sized for; picks its replica count.

merge_xidstring nullable

XID of the krun job that is merging the checkpoint weights.

deploy_xidstring nullable

XID of the krun job that is deploying the merged model.

created_bystring nullable

Email of the user who requested this deployment.

completed_atstring date-time nullable

When the deployment first became DEPLOYED; unlike updated_at, later promote/demote transitions never overwrite this.

created_atstring date-time required

When the deployment was requested.

updated_atstring date-time nullable

Last lifecycle transition; null until the row first moves.

Changes

No recorded changes to this endpoint across all 1 revision of this API.