Predict.aiDocs
Deployments

Endpoints

Every deployment route at a glance.

All routes require Authorization and X-Workspace-Id headers, except the health probe.

MethodPathPurpose
GET/v1/deployments/List deployments (paginated, filterable)
POST/v1/deployments/Deploy a trained model
GET/v1/deployments/{promotion_id}Inspect one deployment
DELETE/v1/deployments/{promotion_id}Force-delete a deployment
POST/v1/deployments/{promotion_id}/retryRetry a failed deployment
GET/v1/deployments/pipelines/{pipeline_id}/statusPromotion status for a pipeline
POST/v1/deployments/pipelines/{pipeline_id}/unpromoteRemove a pipeline from serving
GET/v1/deployments/servingList everything currently serving
GET/v1/deployments/shared/statusShared serving status
GET/v1/deployments/dedicated/statusDedicated serving status
POST/v1/deployments/dedicated/{deployment_id}/scaleScale a Dedicated deployment
POST/v1/deployments/cleanupClean up stale deployments
GET/v1/deployments/healthHealth probe for the deployments API (no auth)