Currently the article, section and static invalidations also trigger CDN Invalidations although some conditions must be met in order to get a CDN Invalidation:

  • The tenast must have CDN active.
  • The tenant has to have in his definition.json a flag called: forceCdnInvalidation (this will be removed soon).
  • The request for invalidation should come from a API Request and not from a Job or Tenant Compilation.

 

If you want to perform it manually, you have to call:

POST https://insight.marfeel.com/hub/insight/fastly/purge?uri={uriToInvalidate}
CODE

Note: The CDN invalidation has a delay of 3 minutes to start after the request is received in Insight.

You need to be authenticated to access this endpoint. Click here to see how you can authenticate.