Reloading zone via Remote API

I think this is a simple question, and I’m sorry if it’s obvious and I’ve just missed it. From a PHP script, I need to update some DNS records, so I’m using the Remote API and calling “modify-dns” to add the records. That’s working great, but it does not reload the zone (and therefore does not “apply the changes”). Is there some way using the Remote API to cause the zone to be reloaded so that the changes will take effect in DNS?

Thanks,
Carl

I dont think so, but if this happens often you may want to set a cronjob to send a restart of bind every so many hours.