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

Start free trial

Create Rank Math Settings Backup

rank-math/create-backup snapshots the current Rank Math settings so they can be restored later.

Cheap, safe, and the right first move before any bulk settings change.

At a glance

Abilityrank-math/create-backup
ToolsetRank Math — toolset/rank-math
GroupRank Math › Status, Backups & Tools
RequiresRank Math SEO, active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableNot idempotent — each call changes the row set, so re-running is not a no-op
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

This is the one ability in the suite with essentially no downside. It reads settings and writes a snapshot; nothing is modified and nothing is at risk.

Which makes it the correct prelude to anything consequential — an import, a maintenance tool, a sweep of title template changes. All of those are recoverable if a backup exists and unrecoverable if not.

Each call creates an additional backup rather than replacing the last one. That means backups accumulate, which is fine — they are small — and it means you can take one before each step of a multi-step change and roll back to the right point.

Rank Math also creates one automatically before an import, so that path is covered even if nobody thought about it.

Restoring is rank-math/manage-backup, which is irreversible in the other direction.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
keystringThe backup key, for restoring it later.
created_atstringWhen it was taken.
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:

Back up the Rank Math settings before I change anything.

It resolves to one call:

{
  "ability": "rank-math/create-backup",
  "parameters": {}
}

Worth knowing

  • No downside. Take one before anything consequential.
  • Each call adds a backup rather than replacing the previous one.
  • Note the key — it is how you restore.
  • An import creates one automatically as well.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading