Skip to content

Get Deployment Response

AI deployment

Properties

PropertyTypeRequiredDescription
deployment-urlstringyesDeployment inference endpoint URL
modelModel reference. Provide either id or name.yes
namestringyesDeployment name

Min length: 1.
statestringyesDeployment state

Allowed values: ready, creating, preparing, error, deploying, scaling, updating.
visibilitystringyesDeployment visibility: private for your organization’s deployments, public for Exoscale Managed Inference deployments.

Allowed values: public, private.
created-atstringnoCreation time

ISO 8601 date-time.
gpu-countintegernoNumber of GPUs

Min: 1.
gpu-typestringnoGPU type family

Min length: 1.
idstringnoDeployment ID

Must be a valid UUID.
inference-engine-parametersarray[string]noOptional extra inference engine server CLI args
inference-engine-versionstringnoAllowed values: 0.12.0, 0.15.1, 0.16.0, 0.17.0, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 0.20.0, 0.20.1, 0.20.2, 0.21.0, 0.22.0, 0.22.1, 0.23.0, 0.24.0, 0.25.0, 0.25.1.

Default: 0.25.1.
replicasintegernoNumber of replicas (>=0)

Min: 0.
service-levelstringnoService level

Min length: 1.
state-detailsstringnoDeployment state details
updated-atstringnoUpdate time

ISO 8601 date-time.
Last updated on