You're viewing a demo portfolio

Join the waitlist
PRSM

remove-domain

Active

Tool of io.sota/mcp

declared in 1.4.0-pre

Remove a custom domain from a sota.io project. This removes the domain mapping and its SSL certificate. The DNS records at your registrar are NOT automatically removed — clean those up manually. This action is immediate and irreversible.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "project_id",
    "domain_id"
  ],
  "properties": {
    "domain_id": {
      "type": "string",
      "description": "Domain ID (UUID). Use list-domains to find the ID"
    },
    "project_id": {
      "type": "string",
      "description": "Project ID (UUID). Use list-projects to find the ID"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.sota/mcp

https://github.com/sota-deploy/mcp-server

2/7 registries
View full server →