Application Edge Caching

Edge caching saves your site/page cache to Cloudflare's global network of data centers.

With the edge-cache endpoint, you can send a POST request to toggle edge caching on or off.

Toggle edge caching status

SecuritybearerAuth
Request
path Parameters
id
required
string <uuid>
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
Responses
200

Edge caching status changed successfully

401

No or invalid API key provided to the request

500

Error occurred while toggling edge caching status

post/applications/{id}/edge-cache/toggle-status
Request samples
Response samples
application/json
{
  • "isTurnedOn": true
}