You're viewing a demo portfolio

Join the waitlist
PRSM

scale

Active

Tool of BorealHost

declared in 1.27.0

Change a site's hosting plan (upgrade or downgrade). Requires: API key with admin scope. Best practice: create a snapshot before downgrading. Args: slug: Site identifier new_plan: Target plan slug (e.g. "site_pro", "site_managed"). Call list_plans() to see available plans. Returns: {"success": true, "old_plan": "site_starter", "new_plan": "site_pro", "message": "Plan changed successfully"} Errors: NOT_FOUND: Unknown slug VALIDATION_ERROR: Invalid plan slug or same plan

Parameters schema

{
  "type": "object",
  "title": "scaleArguments",
  "required": [
    "slug",
    "new_plan"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "new_plan": {
      "type": "string",
      "title": "New Plan"
    }
  }
}

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 →