9 lines
475 B
Markdown
9 lines
475 B
Markdown
## supabase-stop
|
|
|
|
Stops the Supabase local development stack.
|
|
|
|
Requires `supabase/config.toml` to be created in your current working directory by running `supabase init`.
|
|
|
|
All Docker resources are maintained across restarts. 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. |