FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests