How to release DHCP client IP and not automatically renew

Add a script.
Assuming this is the only dhcp-client on your router, add this content to the script:

/ip dhcp-client
release 0
set 0 disabled=yes

Save it, run it.
I tried it here and it works (at least for me)

-Chris