Skip to main content
Glama

Supabase MCP Server

delete_project

Remove a Supabase project by specifying its reference using the Supabase MCP Server. Enables management of Supabase resources programmatically.

Instructions

Delete a Supabase project

Input Schema

NameRequiredDescriptionDefault
refYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ref": { "type": "string" } }, "required": [ "ref" ], "type": "object" }

You must be authenticated.

Other Tools from Supabase MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshuaRileyDev/supabase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server