Supabase Auth
sb_pause_project
Pause a Supabase project. Paused projects stop all services (database, auth, storage) and free up resources. Free tier projects auto-pause after inactivity.
Remote node2flow/supabase
Other tools also called sb_pause_project?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"project_ref": {
"type": "string",
"description": "Project reference ID to pause"
}
}
}