Application Clear Cache

Effortlessly reset both Kinsta's premium CDN, and Cloudflare's global Edge Caching network with the clear-cache endpoint, ensuring a comprehensive refresh of your application's assets.

You can obtain the id from the applications endpoint.

Clear cache

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

Cache cleared successfully

401

No or invalid API key provided to the request

500

Error occurred while clearing cache

post/applications/{id}/clear-cache
Request samples
curl -i -X POST \
  'https://api.kinsta.com/v2/applications/{id}/clear-cache' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "isSuccess": true
}