diff --git a/data/grid5000/sites/lyon/clusters/neowise/neowise.json b/data/grid5000/sites/lyon/clusters/neowise/neowise.json
index 9c1a9bedb433ee30d6691782d88ab4ccb93bea1e..014465b11d06e103be2660e91e77e002f3498be1 100644
--- a/data/grid5000/sites/lyon/clusters/neowise/neowise.json
+++ b/data/grid5000/sites/lyon/clusters/neowise/neowise.json
@@ -1155,33 +1155,6 @@
         "protocol": "prometheus"
       }
     },
-    {
-      "description": "Default subset of metrics from Prometheus Nvidia DCGM Exporter",
-      "name": "prom_nvgpu_default_metrics",
-      "optional_period": 15000,
-      "period": 0,
-      "source": {
-        "id": [
-          "DCGM_FI_DEV_SM_CLOCK",
-          "DCGM_FI_DEV_MEM_CLOCK",
-          "DCGM_FI_DEV_GPU_TEMP",
-          "DCGM_FI_DEV_POWER_USAGE",
-          "DCGM_FI_DEV_MEM_COPY_UTIL"
-        ],
-        "port": 9400,
-        "protocol": "prometheus"
-      }
-    },
-    {
-      "description": "All metrics from Prometheus Nvidia DCGM Exporter",
-      "name": "prom_nvgpu_all_metrics",
-      "optional_period": 15000,
-      "period": 0,
-      "source": {
-        "port": 9400,
-        "protocol": "prometheus"
-      }
-    },
     {
       "description": "Input byte counter for the network device port",
       "labels": {
diff --git a/input/grid5000/sites/lyon/clusters/neowise/neowise_metrics.yaml b/input/grid5000/sites/lyon/clusters/neowise/neowise_metrics.yaml
index 2a9af4b295dff4e89cdb6f20f68c8821c1e38635..99d41a8bfd1ca5bcb3cf31266c05a544ac7547e9 100644
--- a/input/grid5000/sites/lyon/clusters/neowise/neowise_metrics.yaml
+++ b/input/grid5000/sites/lyon/clusters/neowise/neowise_metrics.yaml
@@ -811,25 +811,3 @@ metrics:
     source:
       protocol: prometheus
       port: 9100
-
-  - name: prom_nvgpu_default_metrics
-    description: Default subset of metrics from Prometheus Nvidia DCGM Exporter
-    period: 0
-    optional_period: 15000
-    source:
-      protocol: prometheus
-      port: 9400
-      id:
-        - DCGM_FI_DEV_SM_CLOCK
-        - DCGM_FI_DEV_MEM_CLOCK
-        - DCGM_FI_DEV_GPU_TEMP
-        - DCGM_FI_DEV_POWER_USAGE
-        - DCGM_FI_DEV_MEM_COPY_UTIL
-
-  - name: prom_nvgpu_all_metrics
-    description: All metrics from Prometheus Nvidia DCGM Exporter
-    period: 0
-    optional_period: 15000
-    source:
-      protocol: prometheus
-      port: 9400