---
title: "Cache Ping"
method: GET
path: "/cache/ping"
tags: ["caching"]
---

# Cache Ping

`GET /cache/ping`

Endpoint for checking if cache can be pinged

## Response `200`

Successful Response

- CachePingResponse
  - `status` string, required
  - `cache_type` string, required
  - `ping_response` boolean, nullable
  - `set_cache_response` string, nullable
  - `litellm_cache_params` string, nullable
  - `health_check_cache_params` object, nullable

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
