rollback_snapshot
ActiveTool of BorealHost
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"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries