2
Authenticated API Endpoint to Restart / Toggle Database On & Off Remotely
Source: supabase/supabase#44544 · opened by @soufian3hm
Feature Request: Authenticated API Endpoint to Restart / Toggle the Database On & Off Problem There are situations where a Supabase database becomes unresponsive or needs a restart, but the developer is away from their device or unable to access the dashboard at that moment. Currently, there is no programmatic way to trigger a database restart remotely via an API call. This is a real pain point: if your database goes down at an inconvenient time, you either have to rush to your computer to log into the dashboard and restart it manually, or wait and let your users experience downtime. Proposed Solution Introduce a secure, authenticated Management API endpoint that allows project owners to: • Restart the database remotely (e.g., POST /v1/projects/{ref}/database/restart) • - Stop / Start the database (turn it on or off) • - Optionally, configure auto-restart rules so the database can heal itself automatically when it goes down The endpoint shoul…
No pledges yet. Be the first to back this.
Comments
Similar requests
Ability to search for an auth user using phone number on the supabase console/studio
1 vote · 0 comments
Feature request: Disable all write access to the database by client (API/functions/storage/etc.)
2 votes · 0 comments
CSV Import in studio fails to assign authenticated user id
0 votes · 0 comments
Please can we have a Register function that does not sign in the new user
2 votes · 0 comments
Support generating access_token for phone users via Admin API
2 votes · 0 comments
No comments yet.