Endpoint for checking if cache can be pinged
curl -L \ --url '/cache/ping' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
{ "status": "text", "cache_type": "text", "ping_response": true, "set_cache_response": "text", "litellm_cache_params": "text", "health_check_cache_params": {} }