v2

latestOpenAPI 3.1.02026-08-07139158192.4 KB
Internal

Pre-deployment checks for a serving spec (platform admin)

Read-only. Evaluates everything that must already be true for a deployment with the given spec to admit, place, and register: the catalog row is seeded with pricing, the weights ref is published, the GPU footprint fits the serving capacity budget, prepared nodes exist, and readiness probing is configured. Each check is only applied when its query parameters are present, so the UI can preflight incrementally as a form is filled in.

get/v1/admin/inference/serving/preflight

Query parameters

publicModelIdstring
gpuModelIdstring
gpuCountPerReplicainteger
replicasDesiredinteger
weightsRefstring

Response

Preflight result

okboolean required
poolKeyConfiguredboolean required

OPENRELAY_POOL_API_KEY is set. Without it readiness probes return no verdicts and pool membership holds forever.