---
title: "Mount volume"
method: POST
path: "/storage/volumes/{id}/mount"
tags: ["Block Storage"]
---

# Mount volume

`POST /storage/volumes/{id}/mount`

Mounts a volume by adding the client to an allowed list

## Path parameters

- `id` string, required

## Request body

- object
  - `data` object, required
    - `type` 'volumes', required
    - `attributes` object, required
      - `nqn` string, required — NVMe Qualified Name (NQN) of the client/server that will access the volume. Format: nqn.YYYY-MM.domain:identifier (e.g., "nqn.2024-01.com.example:server01"). This uniquely identifies the NVMe client and must be configured on the client server.

## Response `204`

No Content

---

[API](https://skmtc.net/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.net/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/versions/7302d79e39bb/schema)
