MCP tool · SSL, backups, cron & logs
list_backups
List the backups a hosting account can be restored from, newest first.
list_backups
Read-onlyIdempotent
Description
List the backups a hosting account can be restored from, newest first. Returns provider ("jetbackup" or "directadmin"), and backups[] with id, createdAt, sizeBytes, components (files, databases, email, dns, ssl, cron, ftp, config), and restorable — a damaged or unreadable backup is flagged false here rather than failing later. On a directadmin node the rows carry file instead of id. This only lists what already exists: it does not create a 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.
|
limit
|
integer | How many backups to return, newest first (1–100, default 25). JetBackup nodes only. |