MCP tool · SSL, backups, cron & logs
list_app_backups
List the Installatron application backups on an account — per backup the id, which install it belongs to (appId), app, title, version, when it was taken, filename…
list_app_backups
Read-onlyIdempotent
Description
List the Installatron application backups on an account — per backup the id, which install it belongs to (appId), app, title, version, when it was taken, filename and location. Omit app_id for every backup on the account; pass one (from list_apps) for a single install. The backup id feeds restore_wordpress (to restore) and manage_app action=delete_backup (to delete). Take a new backup with manage_app action=backup.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|
app_id
|
string |
Optional: limit to one install — an id from list_apps (apps[].id).
|