MongoDB How To

How to convert a MongoDB replica set to a stand alone server ?

Just remove a host from replica set (rs.remove(‘host:port’)), relaunch it without replSet parameter and it’s standalone again.