This function checks for an active WordPress® site backup.
Note:
You must install the WordPress Manager cPanel plugin to access this API function.
uapi --output=jsonpretty \ --user=username \ WordPressBackup \ is_running \ site='example.com example.com/wordpress'
{- "apiversion": 3,
- "func": "is_running",
- "module": "WordPressBackup",
- "result": {
- "data": {
- "action_id": "example.com__2018-10-10T10:53:31-0500",
- "is_running": 0
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}