Skip to main content
POST
/
api
/
modelServing
/
v1
/
modelDeployments
/
{modelDeploymentId}
/
start
cURL
curl --request POST \
  --url https://api.example.com/api/modelServing/v1/modelDeployments/{modelDeploymentId}/start \
  --header 'X-Domino-Api-Key: <api-key>'

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

modelDeploymentId
string
required

The id of the Model Deployment to start.

Response

204

Successfully started the Model Deployment.