Administrator
- Administrator
- All Products
/mlops/api/v1/deployment/control/<deployment ID>/start
/mlops/api/v1/deployment/control/<deployment ID>/restart
/mlops/api/v1/deployment/control/<deployment ID>/stop
Field
| Description
|
---|---|
deploymentID
| ID of the quick start model or model deployment.
|
state
| Requested state of the deployment. When you start or restart the deployment, the state is
ENABLED . When you stop the deployment, the state is
DISABLED .
|
status
| Current status of the deployment.
|
message
| Warning or error message string.
Applies only if a warning or error occurs.
|
startedByUserID
| ID of the user that last started the deployment.
|
startedbyUserName
| Name of the user that last started the deployment.
|
startTime
| Time that the deployment started, in milliseconds from the UNIX epoch, 00:00:00 UTC on January 1, 1970.
|
stopTime
| Time that the deployment stopped, in milliseconds from the UNIX epoch.
Applies only when you stop the deployment.
|
updateTime
| Time that the deployment status was last updated, in milliseconds from the UNIX epoch.
|