---
title: "Get Nim Gpu Metrics"
method: GET
path: "/api/v1/nims/{nim_name}/gpu-metrics"
tags: ["gpus"]
---

# Get Nim Gpu Metrics

`GET /api/v1/nims/{nim_name}/gpu-metrics`

Get GPU metrics for a specific NIM deployment.

Returns GPU metrics for each pod in the NIM deployment, correlating
the pod's node placement with the GPU metrics from that node.

Args:
    nim_name: Name of the NIM deployment (e.g., 'openfold3', 'boltz2')

## Path parameters

- `nim_name` string, required

## Response `200`

Successful Response

- NIMGPUMetrics
  - `name` string, required
  - `namespace` string, required
  - `pods` PodGPUMetrics[], required
    - `pod_name` string, required
    - `node` string, required
    - `gpu_metrics` GPUMetrics[], required
      - `gpu_index` integer, required
      - `node` string, required
      - `gpu_uuid` string, nullable
      - `gpu_name` string, nullable
      - `utilization_percent` number, nullable
      - `memory_used_bytes` integer, nullable
      - `memory_free_bytes` integer, nullable
      - `memory_total_bytes` integer, nullable
      - `peak_memory_used_bytes` integer, nullable
      - `temperature_celsius` number, nullable
      - `power_usage_watts` number, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nebius/apis/nim-metadata-service.md) · [All operations](https://skmtc.net/nebius/apis/nim-metadata-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nebius/nim-metadata-service/versions/6ed06460dc5e/schema)
