Make A* adapt to the changes in game

Hi, in my game, I may want to change our map in-game such as deactivating some walls. In this case, how should I rerun A* scanner to make the path finding adapt to the new map?

You might be interested in this page: Graph Updates during Runtime - A* Pathfinding Project