Skip to main content
POST
Snooze Incident
string
required
Unique incident name (e.g., INC-20260319-001)
string
required
Snooze duration in Go duration format (e.g., 30m, 1h, 2h30m)
string
required
Reason for snoozing the incident
string
required
Identifier of the user snoozing the incident

Authorizations

Authorization
string
header
required

Bearer token issued by the operator. Format: Authorization: Bearer <token>.

Path Parameters

name
string
required

Unique incident name.

Example:

"INC-20260319-001"

Body

application/json
duration
string
required

Snooze duration in Go duration format (e.g. 30m, 1h, 2h30m). Max 24h.

Example:

"30m"

reason
string
required

Reason for snoozing.

Example:

"Deploy in progress, will revisit after rollout completes."

snoozedBy
string
required

User identifier snoozing the incident.

Example:

"carlos.silva@empresa.com"

Response

Incident snoozed

apiVersion
string
Example:

"v1"

kind
string
Example:

"Incident"

metadata
object
spec
object
status
object