Back to tools

unregister_site

Unregister a site when durable registry storage is configured.

Schema and Policy
{
  "name": "unregister_site",
  "description": "Unregister a site when durable registry storage is configured.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "siteSlug": {
        "type": "string"
      }
    },
    "required": [
      "siteSlug"
    ]
  },
  "category": "Sites",
  "authRequired": true,
  "mutability": "read",
  "status": "auth_required"
}