Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 533 Bytes

File metadata and controls

9 lines (5 loc) · 533 Bytes

supabase-stop

Stops the Supabase local development stack.

Requires supabase/config.toml to be created in your current working directory by running supabase init.

Local container resources are maintained across restarts for both the docker and apple-container runtimes. Use --no-backup flag to reset your local development data between restarts.

Use the --all flag to stop all local Supabase projects instances on the machine. Use with caution with --no-backup as it will delete all supabase local projects data.