update-slo
Update an existing SLO's name, description, thresholds, monitor IDs, or tags. Merges unspecified fields by fetching current SLO first.
Instructions
Update an existing SLO's name, description, thresholds, monitorIds, or tags. Fetches current SLO first to merge unspecified fields. Write-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sloId | Yes | SLO ID to update | |
| name | No | New SLO name (unchanged if omitted) | |
| description | No | New description (unchanged if omitted) | |
| thresholds | No | Replace thresholds (unchanged if omitted) | |
| monitorIds | No | Replace linked monitor IDs (monitor-type SLOs only) | |
| tags | No | Replace tags (unchanged if omitted) |