Skip to main content
PUT
Put Alert Preferences

Authorizations

Authorization
string
header
required

Clerk session JWT for the web app (active organization required), or an organization-scoped SEAOTTER access key (so_…) from POST /api/v1/api-keys for programmatic / docs try-it / MCP use. The same so_… value is both Authorization: Bearer so_… and SEAOTTER_API_KEY.

Path Parameters

agent_id
string<uuid>
required

Body

application/json
email_enabled
boolean | null
webhook_url
string | null
crash_loop
boolean | null
pvc_high
boolean | null
oom
boolean | null
unreachable
boolean | null
unreachable_minutes
integer | null
Required range: 1 <= x <= 120

Response

Successful Response

email_enabled
boolean
default:false
webhook_url
string | null
crash_loop
boolean
default:false
pvc_high
boolean
default:false
oom
boolean
default:false
unreachable
boolean
default:false
unreachable_minutes
integer
default:10