Skip to main content

Runbook: Title

Purpose

One sentence describing when to use this runbook.

Prerequisites

  • Access to odin (SSH)
  • Required credentials available
  • Service X is running

Procedure

Step 1: Description

# Command to execute
command here

Expected output:

Expected output here

Step 2: Description

# Next command
command here

Step 3: Verification

# Verify the operation succeeded
verification command

Success criteria:

  • Condition 1 is true
  • Condition 2 is observed

Rollback

If the procedure fails:

  1. Step to undo changes
  2. Step to restore previous state
# Rollback command
rollback command here

Escalation

If rollback fails or issues persist:

  1. Contact: [escalation contact]
  2. Reference: [related incident documentation]