Environment: NSO 6.4.9 I am seeking a way to remove our services from devices without restoring previous data. admin@ config)# no services stack_ntp rec-ntp admin@ (config)# commit dry-run cli { local-node { data devices { device cat8k-1 { config { ntp { - authentication-key 1 { - md5 { - secret aGoodKey; - type 1; - } - } - authenticate; - trusted-key 1 { - } server { + peer-list 10.10.10.10 { + key 1; + } - peer-list 172.16.0.2 { - key 1; - } - peer-list 172.16.0.11 { - key 1; - } } } } } } services { - ntp stacked_rec-ntp_cat8k-1 { - device-name cat8k-1; - } - stack_ntp rec-ntp { - device-n