diff --git a/inventory_provider/tasks/worker.py b/inventory_provider/tasks/worker.py
index 066177bdf155dbf0ab062127519e64ad9f088217..c248f81f64abf649f2362ec6cd835650464c5e54 100644
--- a/inventory_provider/tasks/worker.py
+++ b/inventory_provider/tasks/worker.py
@@ -946,7 +946,7 @@ def transform_ims_data(data):
         s['monitored'] = True
         if s['circuit_type'] == 'service' \
                 and s['id'] not in circuit_ids_to_monitor:
-            s['monitored_in_nms'] = False
+            s['monitored'] = False
             s['status'] = 'non-monitored'
         pd_a = port_id_details[s['port_a_id']][0]
         location_a = locations.get(pd_a['equipment_name'], None)