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