update-slo
Update an existing SLO's name, description, thresholds, monitor IDs, or tags. Unspecified fields are merged from the current SLO to prevent overwriting.
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) |