Application Edge Caching

Note: Application, Database, and Static Site Hosting will be removed from both MyKinsta and the MyKinsta API on 31 January 2026. Your existing services will continue to run without interruption; however, you will need to manage them through the Sevalla dashboard using your MyKinsta credentials.

After this date, all API endpoints related to Application, Database, and Static Site Hosting will be provided exclusively through the Sevalla API. For more details about this transition, see Sevalla.

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.

You can obtain the id from the applications endpoint.

Toggle edge caching statusDeprecated

Deprecated in favor of Sevalla API docs.

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
}