remove-domain
ActiveTool of io.sota/mcp
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.sota/mcp
https://github.com/sota-deploy/mcp-server
2/7 registries