30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

List Preset Backups

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

Abilitylitespeed/list-preset-backups
ToolsetLiteSpeed Cache — toolset/litespeed
GroupLiteSpeed Cache › Toolbox
RequiresLiteSpeed Cache, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI 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

NameTypeWhat it is
backupsarrayThe backups, newest first, each with its timestamp.
countintegerHow many exist.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent 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


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading