sp remove
Disable a service and optionally preserve its data.
Usage
Options
| Flag | Description |
|---|---|
--keep-data | Stops and removes the container but preserves the database and volume data |
Examples
Without
--keep-data, the service's database and all associated data are permanently deleted. This cannot be undone. Always run sp export before removing a service if you may want the data later.Re-adding a service after removal
You can add a service back at any time with sp add <service>. If you used--keep-data, the previous data will be reconnected automatically.