Cache

Endpoints

PUT /servers/{server_id}/cache/flush

Flush a cache-entry by name

Parameters:
  • server_id (string) – The id of the server to retrieve
Query Parameters:
 
  • domain (string) – The domain name to flush from the cache
Status Codes:

Objects

CacheFlushResult

The result of a cache-flush

Object Properties:
 
  • count (number) – Amount of entries flushed
  • result (string) – A message about the result like “Flushed cache”