v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Themes
Theme Settings

Update current theme

This function applies a new theme to the cPanel interface.

Note:

The /usr/local/cpanel/scripts/modify_accounts script allows you to modify the theme for many or all accounts on the server. For more information, read our The modify_accounts Script documentation.

get/Themes/update

Query parameters

themestring required
Example:jupiter

The theme name.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "update",
  "module": "Themes",
  "result": {
    "status": 1
  }
}