Stop pipeline run
You can call make clean-ovms
to stop the pipeline and all running containers for OVMS, hence the results directory log files will stop growing. Below is the table of make commands you can call to clean things up per your needs:
Clean-Up Options | Command |
---|---|
clean instance-segmentation container if any | make clean-segmentation |
clean grpc-go dev container if any | make clean-grpc-go |
clean all related containers launched by profile-launcher if any | make clean-profile-launcher |
clean ovms-server container | make clean-ovms-server |
clean ovms-server and all containers launched by profile-launcher | make clean-ovms |
clean results/ folder | make clean-results |
clean all downloaded models | make clean-models |
stops pipelines and cleans all containers, simulator, results, telemetry and webcam | make clean-all |