Supabase Management API allows you to manage your Supabase projects programmatically including pausing and restoring projects.

Changelog

4 versions
v2.0.0 Latest
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • feat: update MakeApiCall component to match standard spec (add headers, parameters inputs; fix output format)
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
Personal Account Token (text)
To generate or manage your personal access tokens, visit your account page.

Actions

3
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API Call to Supabase Management API.
Restore Project icon

Restore Project

Restores a previously paused project in Supabase Management.
Pause Project icon

Pause Project

Pauses a project in Supabase Management.