Steps to reproduce.
List the existing instances:
> sqllocaldb info
v11.0
Stop the instance with the specified name:
> sqllocaldb stop "v11.0"
Stop of LocalDB instance "v11.0" failed because of the following error:
The specified LocalDB instance does not exist.
The results are contradictory. How can it exist in the first command and then not exist in the second?