Clear Cache

JFrog REST APIs

ft:sourceType
Paligo

Description: Cleans all files from the PDN Server(s) and PDN Nodes cache by NodeID, GroupId. If NodeID and GroupID are not provided, will clean the cache of all PDN Nodes.

Since: 1.1.3

Security: Authorization: Bearer token

Usage: GET /api/v1/file/cache with 2 query params group and node

curl -X GET "http://{pdn-server-host}:8082/pdnserver/api/v1/file/cache" \
--header 'Authorization: Bearer token' \
-d group={group-name} \
-d node={node-name}