No sure if my method is best, but it'll work:
First , get all current config commands:
show configuration commands | grep <old_IP>
Copy to text editor search/replace old/new IP
Delete that part of config tree:
configure
delete vpn ipsec site-to-site peer <old IP>
And copy all commands from text editor. commit , save , and exit