Skip to main content
PUT
Update evaluation configuration

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Path Parameters

id
number
required

Scope ID

Example:

42

Body

application/json
enabled
boolean

Whether scheduled evaluations are enabled

cadence
object

Schedule cadence configuration

judgeModel
string | null

Model ID for the judge LLM

judgeGuidance
string | null

Custom guidance for the judge LLM

notifications
object

Regression notification settings

Response

enabled
boolean
required

Whether scheduled evaluations are enabled

notifications
object
required

Regression notification settings

cadence
object

Schedule cadence configuration

judgeModel
string | null

Model ID for the judge LLM

Example:

"openai/gpt-4o"

judgeGuidance
string | null

Custom guidance for the judge LLM