Stop the NVIDIA Speech NIM Microservice#

To stop and remove a running microservice, set CONTAINER_ID to the container name or ID (the value you passed to --name), then run:

docker stop $CONTAINER_ID
docker rm $CONTAINER_ID

If you started the microservice with the --rm flag, Docker automatically removes the container when it stops, so only docker stop $CONTAINER_ID is needed.