> For the complete documentation index, see [llms.txt](https://cddnss.knaup.pw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cddnss.knaup.pw/function-list/stopsynconipchange.md).

# stopSyncOnIpChange

### ddnsSync.stopSyncOnIpChange

Stops the syncOnIpChange interval by the given changeListenerId.

#### Parameters:

* `changeListenerId` *The  id of the syncOnIpChange listener that should get stopped.* `[string]`&#x20;

```typescript
ddnsSync.stopSyncOnIpChange(changeListenerId);
```
