SLO Targets
Per-account, configurable Service Level Objective targets. These drive the SLI/SLO tab on the observability metrics page — the availability bar, error budget, burn rate, and SLI table all evaluate against the values stored here. An account that has never set targets reads back the platform defaults: 99.90% availability, latency threshold 200 ms, latency target 99.00%.
Account scope: targets belong to your active account. Use switch account to read or edit a different account's targets.
Get SLO Targets
Returns the active account's SLO targets, falling back to the platform defaults when no targets have been set.
Response (200 OK)
99.90. Default 99.90.200.latency_threshold_ms, e.g. 99.00. Default 99.00.Update SLO Targets
Upserts the active account's SLO targets. On success the stored values are echoed back. Requires an active account — a platform-admin / legacy token with no active account returns 400.
Request body
(0, 100]. Values outside the range are rejected with 400.1–600000. Values outside the range are rejected with 400.(0, 100]. Values outside the range are rejected with 400.Response (200 OK)
Echoes the same three fields that were stored — identical shape to the GET response.