1. Stop and remove the running Storage Node Docker container (CLI) or stop the service (GUI Windows):
docker stop -t 300 storagenodedocker rm storagenode
Elevated PowerShell:
Stop-Service storagenode
Or click the "Stop" button in the Windows Services applet on "Storj V3 Storage Node" service
2. Run your Storage Node again after editing needed parameters:
Parameters are described in the article Storage Node concepts​
How to run your Storage Node with modified parameters from the CLI: Running Storage Node​
Open the config file "%ProgramFiles%\Storj\Storage Node\config.yaml"
with a text editor (we recommend to use Notepad++, as the regular Notepad will not work) and modify needed parameters. Save the configuration file and restart the Storj V3 Storage Node
service.
Or in the elevated PowerShell:
Restart-Service storagenode