CreateOverride
Create a temporary target override for an SLO objective with a validity window.
POST
/api/v1/slo/objectives/{sloId}/overridesOperation ID
CreateOverrideSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
sloIdStringRequiredIdentifier of the SLO objective to override.
Body Fields
overrideTargetLongRequiredTemporary target ratio to apply during the override window.
Example: 0.95
startAtStringRequiredStart time of the override window.
Example: 2026-01-15T08:00:00Z
endAtStringRequiredEnd time of the override window.
Example: 2026-01-15T08:00:00Z
reasonStringRequiredBusiness justification for the override.
Example: Planned maintenance window for DB upgrade
