v1

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

Return WordPress site restore status

This function returns whether a WordPress® site backup restoration is in progress.

Note:

  • You must install the WordPress Manager cPanel plugin to access this API function.
  • The output of this function changes, depending on the state of the backup restoration.
get/WordPressRestore/any_running

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": "any_running",
  "module": "WordPressRestore",
  "result": {
    "status": 1
  }
}