Application CDN

Kinsta's premium CDN, powered by Cloudflare, significantly accelerates the delivery of your application's assets, ensuring faster and more efficient performance.

With the cdn endpoint, you can send a POST request to toggle the CDN on or off.

Toggle CDN status

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

CDN status changed successfully

401

No or invalid API key provided to the request

500

Error occurred while toggling CDN status

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