v1

latestOpenAPI 3.0.32026-07-2647121109.1 KB
DeploymentService

Create deployment

Creates a new model deployment associated with one or more gateways.

post/v1alpha1/inference/deployments

Request body

idstring

The unique identifier of the deployment, UUID format

namestring required

The name of the deployment

gatewayIdsstring[] required

The gateways to associate the deployment with

disabledboolean

Disable the deployment

Response

OK