You're viewing a demo portfolio

Join the waitlist
PRSM

delete_snapshot

Active

Tool of BorealHost

declared in 1.27.0

Delete a snapshot (local or B2). Requires: API key with write scope. Args: slug: Site identifier snapshot_id: UUID of the snapshot to delete Returns: {"success": true, "message": "Snapshot deleted"} Errors: NOT_FOUND: Snapshot not found

Parameters schema

{
  "type": "object",
  "title": "delete_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 →
delete_snapshot — BorealHost — PRSM MCP