v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Everywhere Inference

Start inference deployment

This operation initializes an inference deployment after it was stopped, making it available to handle inference requests again. The instance will launch with the minimum number of replicas defined in the scaling settings.

  • If the minimum replicas are set to 0, the instance will initially start with 0 replicas.
  • It will automatically scale up when it receives requests or SQS messages, according to the configured scaling rules.
post/cloud/v3/inference/{project_id}/deployments/{deployment_name}/start

Path parameters

project_idinteger required

Project ID

Example:1

Project ID

deployment_namestring required

Inference instance name.

Example:my-instance

Inference instance name.

Response

No Content