v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
WordPress: LiteSpeed Cache

Show LiteSpeed Cache status

Show the LiteSpeed Cache status for the specified WordPress installation.

Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).

get/api/hosting/v1/accounts/{username}/wordpress/{software}/litespeed-cache/status

Path parameters

usernamestring required
Example:u123456789
softwarestring required
Example:1232456789

WordPress installation (software) identifier

Response

Success response

is_installedboolean

Whether the LiteSpeed Cache plugin is installed on the WordPress installation

is_activeboolean

Whether the LiteSpeed Cache plugin is active on the WordPress installation

Example response

{
  "is_installed": true,
  "is_active": true
}