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