You're viewing a demo portfolio

Join the waitlist
PRSM

cancel_scheduled_snapshot

Active

Tool of BorealHost

declared in 1.27.0

Cancel a scheduled snapshot. Requires: API key with write scope. Args: slug: Site identifier schedule_id: UUID of the scheduled snapshot to cancel Returns: {"success": true, "message": "Scheduled snapshot cancelled"} Errors: NOT_FOUND: Schedule not found or already executed

Parameters schema

{
  "type": "object",
  "title": "cancel_scheduled_snapshotArguments",
  "required": [
    "slug",
    "schedule_id"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "schedule_id": {
      "type": "string",
      "title": "Schedule 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 →