Update

Update a specific project.

Set the project's active model config/experiment by passing either
active_experiment_id or active_model_config_id.
These will be set to the Default environment unless a list of environments
are also passed in specifically detailing which environments to assign the
active config or experiment.

Set the feedback labels to be treated as positive user feedback used in
calculating top-level project metrics by passing a list of labels in
positive_labels.

Path Params
string
required

String ID of project. Starts with pr_.

Body Params
string

The new unique project name. Caution, if you are using the project name as the unique identifier in your API calls, changing the name will break the calls.

string

ID for an experiment to set as the project's active deployment. Starts with 'exp_'. At most one of 'active_experiment_id' and 'active_model_config_id' can be set.

string

ID for a config to set as the project's active deployment. Starts with 'config_'. At most one of 'active_experiment_id' and 'active_config_id' can be set.

positive_labels
array of objects

The full list of labels to treat as positive user feedback.

List of feedback labels to consider as positive actions
string

ID of directory to assign project to. Starts with dir_.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json