VMware esxcli: Remove NFS Share
From wiki.jacobjohns.com

- SSH to host
- List NFS storage
esxcli storage nfs list
- Remove the NFS storage.
esxcli storage nfs remove -v NFS_Datastore_Name
- List NFS storage again to verify it is gone.
- Remount via CLI or GUI.
esxcli storage nfs add -H NFS_IP|NFS_HOSTNAME -s Share_mount_point_on_the_NFS -v DatastoreNameexit
- Disable SSH
