Skip to main content
POST
/
model-monitor
/
api
/
scheduler
/
test_email
Sends test mail
curl --request POST \
  --url https://api.example.com/model-monitor/api/scheduler/test_email \
  --header 'Content-Type: application/json' \
  --data '
{
  "modelId": "<string>"
}
'

Body

application/json
modelId
string

Response

200

Test mail was sent.