Spectra Logic
1-800-833-1132 : 1-303-449-6400


Miscellaneous Operations : Cache Operations : Force Full Cache Reclaim

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
Responses
Response Elements
The operation returns status only.
Notable status codes:
ยง
Example
Sample Request
This request reclaims all cache on the BlackPearl system.
PUT http[s]://blackpearl-hostname/_rest_/cache_filesystem?reclaim HTTP/1.1
Sample Response
HTTP/1.1 204 No Content