v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBBackups
Restore cloud backup / Create new site from backup
Restore a cloud backup to an existing site or create a new site from the backup - Via A Task
post/v1/sites/{id}/cloud_backups/{backup_id}/restore
Path parameters
idinteger required
ID of the Site you are interacting with
Example:8880000888
backup_idstring required
Request body
Example request
{
"includes_files": true,
"restore_paths": [
"public_html/wp-content/themes"
]
}Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"task_level": "account"
}
}