federation_suspend_tenant
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries