How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Removing a service without restoring previous configuration

calendar_today September 25, 2026 person dailycycle domain cisco-psirt

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

open_in_new Read original post