Skip to main content
Project alert policies for availability, backup, capacity, compute, database, queue, cron, and budget signals with dashboard visibility and organization alert channels.

alertPolicies.list

List project alert policies.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Example

Responses

Response body (200)

An array of objects with these fields:

alertPolicies.create

Create a threshold or platform-health alert policy with one or more organization alert channels.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Billing: requires active organization billing — returns 402 otherwise.
  • Risk: write

Request body

Example

Responses

Response body (201)

alertPolicies.get

Get one alert policy.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: member
  • Risk: read

Example

Responses

Response body (200)

alertPolicies.update

Update an alert policy’s condition, scope, channels, severity, cooldown, or enabled state.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Billing: requires active organization billing — returns 402 otherwise.
  • Risk: write

Request body

Example

Responses

Response body (200)

alertPolicies.delete

Delete an alert policy. Existing incident history remains retained.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: owner
  • Risk: destructive · sensitive (elevated blast radius)

Example

Responses