federation_freeze_manager
InactiveTool of ComOS Federation Gateway
Freeze a manager root (CO 259-001): set its standing to frozen or suspended so its graph cannot take privileged actions. Enforced at dispatch. Reversible via federation_unfreeze_manager. managers:admin.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"manager_id"
],
"properties": {
"reason": {
"type": "string",
"description": "Why — recorded on the record and in the audit trail."
},
"standing": {
"enum": [
"frozen",
"suspended"
],
"type": "string",
"description": "Target standing (default 'frozen')."
},
"manager_id": {
"type": "string",
"description": "The manager root id (slug) to freeze."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries