v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
WordPressBackup
WordPress Manager Backups

Return WordPress site backup status

This function checks for an active WordPress® site backup.

Note:

You must install the WordPress Manager cPanel plugin to access this API function.

get/WordPressBackup/is_running

Query parameters

sitestring required
Example:example.com example.com/wordpress

The WordPress site's URL without http://.

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": "is_running",
  "module": "WordPressBackup",
  "result": {
    "data": {
      "action_id": "example.com__2018-10-10T10:53:31-0500"
    },
    "status": 1
  }
}