v1

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

Stop WordPress site backup

This function cancels a WordPress® site backup.

Note:

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

get/WordPressBackup/cancel

Query parameters

string domain required
OR
string url-path required
Example:example.com

The WordPress site's URL without the protocol prefix.

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": "cancel",
  "module": "WordPressBackup",
  "result": {
    "data": {
      "site": "example.com"
    },
    "status": 1
  }
}