Skip to main content
PUT
Update Runbook
string
required
Unique runbook name (e.g., runbook-oomkill-standard)
string
New runbook description
string[]
Updated list of target severities
boolean
Whether the runbook can be executed automatically
boolean
Whether approval is required before execution
boolean
Whether to perform automatic rollback on failure
object[]
Updated list of runbook steps
object
Updated conditions for automatic matching

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Unique runbook name.

Example:

"runbook-oomkill-standard"

Body

application/json
description
string
severity
string[]
automated
boolean
approvalRequired
boolean
rollbackOnFailure
boolean
steps
object[]
matchConditions
object

Response

Runbook updated

apiVersion
string
Example:

"v1"

kind
string
Example:

"Runbook"

metadata
object
spec
object