You're viewing a demo portfolio

Join the waitlist
PRSM

delete-project

Active

Tool of io.sota/mcp

declared in 1.4.0-pre

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.sota/mcp

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

2/7 registries
View full server →
delete-project — io.sota/mcp — PRSM MCP