You're viewing a demo portfolio

Join the waitlist
PRSM

federation_suspend_tenant

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Suspend or reactivate a tenant (federation owns the lifecycle, CO 138). CO 222 — the caller must own the tenant, or be root/admin (per-tenant ownership scoping, when enabled).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "handle",
    "suspend"
  ],
  "properties": {
    "handle": {
      "type": "string",
      "description": "The tenant handle / subdomain."
    },
    "suspend": {
      "type": "boolean",
      "description": "true → suspend, false → reactivate."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →
federation_suspend_tenant — ComOS Federation Gateway — PRSM MCP