Deploy Config
Deploy a model config to an environment.
If the environment already has a model config deployed, it will be replaced.
Path parameters
project_id
Headers
X-API-KEY
Request
This endpoint expects an object.
config_id
Model config unique identifier generated by Humanloop.
environments
List of environments to associate with the model config.
Response
Successful Response
project_id
String ID of project the model config belongs to. Starts with pr_
.
project_name
Name of the project the model config belongs to.
environment_id
The ID of the environment.
environment_name
The name of the environment.
environment_tag
Tag for the environment e.g. ‘default’ or ‘other’.
model_config_id
Model config unique identifier generated by Humanloop.
model_config_name
A friendly display name for the model config.