Cloudflare AMP/SXG API Has Reached End of Life

A terminal window showing the real Cloudflare changelog entry: the AMP/SXG features have reached end of life, there will be no replacement
On this page

Why this one reads differently than the rest of this pillar

Every other post in this series is forward-looking: a deadline that hasn’t arrived yet, with time to migrate before it does. This one is retroactive. Cloudflare’s own changelog entry documents a deprecation date (2025-09-18) and an end-of-life date (2026-06-23) that both came before the changelog post itself went up on 2026-07-08:

“The AMP/SXG features have reached end of life. There will be no replacement”

That gap between when something actually stopped working and when Cloudflare documented it is exactly the kind of thing that makes a real support ticket. Automation calling this endpoint didn’t get a deprecation warning window; it just started failing on a date with no changelog entry to explain it until roughly two weeks later.

Structural Comparison Matrix

Operational AspectBefore 2026-06-23After 2026-06-23
GET/PUT /zones/{zone_id}/amp/sxgFunctionalNo longer available
ReplacementN/ANone; full feature removal
Changelog noticeN/APublished 2026-07-08, after the fact

Fix it: remove the dead call, not just retry it

Retrying won't help

If a script’s error-handling logic treats a failure here as transient and retries with backoff, that retry loop now runs forever against an endpoint that isn’t coming back. Remove the call entirely rather than wrapping it in more resilient retry logic.

find every call site to remove
grep -rn "amp/sxg" --include="*.tf" --include="*.sh" --include="*.mjs" .

There’s no migration path to point automation at instead, since Cloudflare’s own changelog says there’s no replacement. The fix here is deletion: remove the call, and whatever downstream logic depended on its result, from the pipeline entirely.

Confirmed version

Sourced from Cloudflare’s official changelog, published 2026-07-08, documenting a deprecation dated 2025-09-18 and an end of life dated 2026-06-23, both already in effect at publication time. Browse more posts like this in the Data Automation archive.

Frequently asked

Why is Cloudflare publishing a changelog entry for something that already ended?

Cloudflare's own deprecation entries are dated by when they're published to the changelog, not necessarily when the underlying change happened. This entry documents a deprecation (2025-09-18) and an end-of-life (2026-06-23) that both predate its 2026-07-08 publish date, likely a retroactive documentation pass rather than advance notice.

Is there any replacement for AMP/SXG on Cloudflare?

No. Cloudflare's own changelog states it plainly: the features have reached end of life and there will be no replacement. This is a full feature removal, not a migration to a different endpoint.

Emitted as FAQPage JSON-LD from the same frontmatter — one source, no duplicated prose.

Recent posts

Full-text search via Pagefind · ↑↓ to navigate · ↵ to open