delete-project
ActiveTool of io.sota/mcp
Delete a project and all its deployments from sota.io. This action is PERMANENT and irreversible. It removes the project, all deployments, the managed PostgreSQL database, environment variables, and webhooks. The project slug will become available again after deletion.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"project_id"
],
"properties": {
"project_id": {
"type": "string",
"description": "Project ID (UUID) to delete. Use list-projects to find the ID"
}
},
"additionalProperties": false
}Parent server
io.sota/mcp
https://github.com/sota-deploy/mcp-server
2/7 registries