Open xq2248 opened 1 year ago
If you want to delete single object (not pattern): https://docs.trafficserver.apache.org/en/latest/admin-guide/storage/index.en.html#removing-an-object-from-the-cache
If you want to use regex: https://docs.trafficserver.apache.org/en/latest/admin-guide/storage/index.en.html#inspecting-the-cache
This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.
The answer of ChatGPT: traffic_ctl cacheurl flush http://example.com/abc/ traffic_ctl cacheurl flush ^https?://([^:/?])(:[0-9]*)?(/[0-9a-zA-Z]{32}
[myhost@localhost ~]$ traffic_ctl cacheurl flush http://example.com/abc/* Error: No subcommand found for traffic_ctl
It does not work.