Deactivate Config

DEL

Remove the project’s active config, if set.

This has no effect if the project does not have an active model config set.

Path parameters

idstringRequired

String ID of project. Starts with pr_.

Query parameters

environmentstringOptional
Name for the environment. E.g. 'production'. If not provided, will delete the active config for the default environment.

Response

This endpoint returns an object
idstring
Project ID
namestring
Unique project name.
userslist of objects
Users associated to the project.
data_countinteger
The count of datapoints that have been logged to the project.
feedback_typeslist of objects
The feedback types that have been defined in the project.
team_idstring

Unique ID of the team the project belongs to. Starts with tm_.

created_atdatetime
updated_atdatetime
active_configobjectOptional
Config that has been set as the project's active deployment.
config_typeenumOptional
Allowed values: genericmodeltoolagentevaluator
An enumeration.
active_evaluatorslist of objectsOptional
Evaluators that have been set as active for the project.
directory_idstringOptional

String ID of the directory the project belongs to. Starts with dir_.

Errors