Update Metrics
Updates a custom metric on your Confident AI project.
Path parameters
id
The id of the metric you wish to update.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
name
The name of the metric you're updating.
criteria
The new criteria for this particular metric, that you want to update to.
evaluationSteps
The new evaluation steps that you want to update for this metric.
evaluationParams
It is an array of the params that will be used to evaluate your test cases.
rubric
A list of score ranges (0–10 inclusive). Must be in order and non-overlapping. Click here to [learn more](https://deepeval.com/docs/metrics-llm-evals#rubric)
Response
success
This is true if the metric was updated successfully.
deprecated
This is true if this metrics endpoint is deprecated.