List Pterodactyl backups
ptero_list_backupsLists a server's backups with UUID, size, status, lock state, and timestamps to identify a safe rollback point or verify whether a backup has finished.
Instructions
List a server's backups: uuid, name, size, whether each one completed successfully, whether it is locked against deletion, and its created/completed timestamps.
Use this to find a rollback point before or after a risky change, or to check whether a backup started with ptero_create_backup wait:false has finished yet (completed_at is null until it has). Call ptero_create_backup BEFORE any risky file write, delete, or power kill — this tool only reports what already exists, it does not take one for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server short identifier (e.g. 1a2b3c4d). Omit to use PTERODACTYL_DEFAULT_SERVER. Call ptero_list_servers to discover valid identifiers. | |
| per_page | No | Backups per page; the panel clamps this to 50. Omit for the panel default (20). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of backups on this call (the panel does not paginate this list further here). | |
| server | Yes | ||
| backups | Yes | ||
| backup_count | No | Count of non-failed backups, from the panel (meta.backup_count), when reported. | |
| backup_limit | No | Maximum backups this server may hold at once, when the panel reports it. |