Force Full Cache Reclaim Description Forces a full reclaim of all caches, and waits until the reclaim completes. Cache contents that need to be retained because they are a part of an active job are retained. Any cache contents that can be reclaimed will be. This operation may take a very long time to complete, depending on how much of the cache can be reclaimed and how many blobs the cache is managing. Requests Syntax PUT http[s]://{datapathDNSname}/_rest_/cache_filesystem/?reclaim Request Parameters Parameter Description Required reclaim Indicates to perform a reclaim operation. yes Responses Response Elements The operation returns status only. Notable status codes: ยง 204: No Content (success) Example Sample Request This request reclaims all cache on the BlackPearl gateway. PUT http[s]://blackpearl-hostname/_rest_/cache_filesystem/?reclaim HTTP/1.1 Sample Response HTTP/1.1 204 No Content