vagrant upが出来ない
error内容
Bringing machine 'default' up with 'virtualbox' provider...
A VirtualBox machine with the name 'my-app' already exists.
Please use another name or delete the machine with the existing
name, and try again.
調べるとvagrant destroyしろという記事ばかり…
消したくないんだよね。。。
解決策
vmのidを表示
$ vboxmanage list vms
"my-app" {3fdsaaeb-066a-417c-b62a-3563fv5c34068}
.vagrant以下のこのファイルに上記idを書き換える
~/.vagrant/machines/default/virtualbox/id
3fdsaaeb-066a-417c-b62a-3563fv5c34068
なぜ起こったのか?
.vagrant以下を書き換えてしまったのかも知れない??