Dismiss

Dismiss agent error

post

Dismiss the given agent error. You must pass the reason for dismissal.

Authorizations
Path parameters
agentErrorIDstring · uuidRequired
Body

Request body required to dismiss an existing agent error.

reasonstring · min: 1 · max: 100RequiredExample: It was just a test, this config is not used in production.
Responses
200
OK
application/json
post
POST /v1/agent_errors/{agentErrorID}/dismiss HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 71

{
  "reason": "It was just a test, this config is not used in production."
}
200

OK

{
  "dismissedAt": "2025-06-28T00:43:55.612Z"
}