You can export them with teleporter and then reimport them, or you can manually change the static IP mapping of the Pi. Depending on which OS you run, it may be different.
sudo nano /etc/dhcpcd.conf
You may see something similar to this. If not, then create it and set the static IP to what you want, then reboot.
interface eth0
static ip_address=192.168.0.160/24
static routers=192.168.0.1
static domain_name_servers=127.0.0.1