Invalidation status

GET https://api.cloudimage.com/invalidate/:invalidation_uuid

Statuses:

  • RECEIVED -> the request is received.
  • PREPARING -> the system prepares to start the invalidation process
  • FLUSHINGCLOUDIMAGESERVER -> the cache stored in the Cloudimage infra is flushing
  • FLUSHINGCDNSERVERS -> the cache of the CDN servers around the world is flushing
  • DONE -> the invalidation is completed
  • ERROR -> an error is thrown during the execution of the request. Please wait few minutes and try again or if the issue persists, contact the Support team for help.

HEADERS

KeyDatatypeRequiredDescription
X-Client-Keystring
Content-Typestring

RESPONSES

status: OK

{"status":"success","invalidation":{"status":"DONE","uuid":"8f988e14-24ca-4225-ae88-0e525f48ab78","added_at":"2023-08-08 13:40:26.766563","urls":{"received":null,"invalidated":["/*"],"failed":[]},"scope":"all"}}