Skip to main content
POST
Create Deployment

Authorizations

apikey
string
header
required

Body

application/json
name
string
required

Name of the deployment

Example:

"test-deployment"

model_saved_name
string
required

Name of the saved model to use

Example:

"Test Model"

model_version
string
required

Version of the model to use

Example:

"v1"

input_guardrails_policy
InputGuardrailsPolicy ยท object
required
output_guardrails_policy
OutputGuardrailsPolicy ยท object
required

Response

200 - application/json

Successful Response

message
string
Example:

"Deployment details added successfully"

data
GetDeploymentResponseObject ยท object
Example: