litespeed/list-preset-backups lists every configuration backup LiteSpeed took automatically before a preset was applied, newest first, each with the timestamp that litespeed/restore-preset-backup takes.
Read it before applying a preset, so you know what you can roll back to.
At a glance
| Ability | litespeed/list-preset-backups |
| Toolset | LiteSpeed Cache — toolset/litespeed |
| Group | LiteSpeed Cache › Toolbox |
| Requires | LiteSpeed Cache, active on the site |
| Capability | manage_options |
| Safety | Read-only — changes nothing |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Abilities Manager 0.0.34 and later |
How it works
These backups are created by LiteSpeed, not by this suite, and only when a preset is applied. A site that has never had a preset applied has no backups at all — which is worth knowing before assuming there is a way back.
Reading the list before applying a preset rather than after is the whole point. Afterwards you are reading it under pressure, on a site that may have just stopped rendering correctly.
Timestamps are the identifier. There is no naming or annotation, so a list of five backups is five dates, and working out which one predates the change you regret is a matter of knowing when you made it.
Ordinary settings changes made through the other abilities are not backed up. Only presets trigger a backup.
Input
This ability takes no input.
What comes back
| Name | Type | What it is |
|---|---|---|
backups | array | The backups, newest first, each with its timestamp. |
count | integer | How many exist. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation. |
Example
Ask your assistant:
What LiteSpeed configurations can I roll back to?
It resolves to one call:
{
"ability": "litespeed/list-preset-backups",
"parameters": {}
}Worth knowing
- Only preset applications create backups. Ordinary settings changes do not.
- A site that has never applied a preset has nothing to roll back to.
- Timestamps are the only identifier.
- Read this before applying a preset, not after.
Related abilities
- Restore A Preset Backup — use one of these
- Apply A Configuration Preset — what creates them
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category