# get_litespeed_cache_status

> Report the LiteSpeed cache state for a domain — whether the node runs LiteSpeed, whether the domain has a WordPress install with the LiteSpeed Cache plugin, and…

- Tier: R
- Required scope: read:hosting
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/get-litespeed-cache-status

## Description

Report the LiteSpeed cache state for a domain — whether the node runs LiteSpeed, whether the domain has a WordPress install with the LiteSpeed Cache plugin, and whether caching is on. Defaults to the resolved account's own domain; pass `domain` for a specific one. To clear the cache use `purge_litespeed_cache`. On a node without LiteSpeed it returns `supported:false` with a reason instead of failing.

## Input schema

- `input` — string (required). A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
- `domain` — string. The domain to check. Omit to use the resolved account's own domain.

## Example call

```json
{
  "name": "get_litespeed_cache_status",
  "arguments": {
    "input": "example.se"
  }
}
```

