List Deployments Response Entry
AI deployment
Properties
| Property | Type | Required | Description |
|---|---|---|---|
created-at | string | yes | Creation time ISO 8601 date-time. |
deployment-url | string | yes | Deployment inference endpoint URL |
gpu-count | integer | yes | Number of GPUs Min: 1. |
gpu-type | string | yes | GPU type family Min length: 1. |
id | string | yes | Deployment ID Must be a valid UUID. |
model | Model reference. Provide either id or name. | yes | |
name | string | yes | Deployment name Min length: 1. |
replicas | integer | yes | Number of replicas (>=0) Min: 0. |
service-level | string | yes | Service level Min length: 1. |
state | string | yes | Deployment state Allowed values: ready, creating, preparing, error, deploying, scaling, updating. |
updated-at | string | yes | Update time ISO 8601 date-time. |
Last updated on