You're viewing a demo portfolio

Join the waitlist
PRSM

rollback_snapshot

Active

Tool of BorealHost

declared in 1.27.0

Rollback a site to a previous snapshot. WARNING: This is destructive. The current state of the container will be replaced with the snapshot contents. Requires: API key with admin scope. Args: slug: Site identifier snapshot_id: UUID of the snapshot to rollback to Returns: {"success": true, "message": "Rolled back to snapshot ..."} Errors: NOT_FOUND: Snapshot not found or not in completed state

Parameters schema

{
  "type": "object",
  "title": "rollback_snapshotArguments",
  "required": [
    "slug",
    "snapshot_id"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "snapshot_id": {
      "type": "string",
      "title": "Snapshot Id"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
rollback_snapshot — BorealHost — PRSM MCP