v1

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

Delete restored WordPress site's temporary files

This function cleans up any temporary system resources after a WordPress® site backup restoration.

Note:

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

get/WordPressRestore/cleanup

Query parameters

sitestring required

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