WordPressRestore
WordPress Manager Backups
Restore WordPress site
This function starts a single WordPress® site backup restoration.
Note:
You must install the WordPress Manager cPanel plugin to access this API function.
get/WordPressRestore/start
Query parameters
backup_pathstring path required
Example:/home/example/wordpress-backups/example.com__2018-11-13T11:11:31-0600.tar.gz
The file path to the backup archive.
sitestring required
The WordPress site's URL to restore.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "start",
"module": "WordPressRestore",
"result": {
"data": {
"restore_id": "example.com__2018-11-15T08:03:22-0600"
},
"status": 1
}
}