New: MCP server monitoring is live. Start free trial
RenderSchemaAdditive

Enum values changed in POST /services (plan)

Affected surface
POST /services
Affected field
plan

What changed

Enum values changed in POST /services (plan) Affected surface: POST /services. Root cause: schema `plan`. Detected at Sat, 29 Aug 2026 02:45:02 UTC UTC.

Diff

{
  "added_enums": [
    "1c-2g",
    "8c-16g",
    "8c-64g",
    "12c-48g",
    "2c-4g",
    "4c-32g",
    "12c-24g",
    "12c-96g",
    "2c-8g",
    "4c-8g",
    "0.5c-512mb",
    "2c-16g",
    "4c-16g",
    "8c-32g"
  ],
  "path": "POST /services",
  "schema_path": "schema plan"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.