---
title: "Create NVLink Logical Partition"
method: POST
path: "/v2/org/{org}/nico/nvlink-logical-partition"
tags: ["NVLink Logical Partition"]
---

# Create NVLink Logical Partition

`POST /v2/org/{org}/nico/nvlink-logical-partition`

Create an NVLink Logical Partition for the org.

Org must have a Tenant entity. User must have authorization role with `TENANT_ADMIN` suffix.

## Request body

- NVLinkLogicalPartitionCreateRequest — Request data to create an NVLink Logical Partition
  - `name` string, required — Name of the NVLink Logical Partition to create
  - `description` string, nullable — Optional description of the NVLink Logical Partition
  - `siteId` string, uuid, required — ID of the Site the NVLink Logical Partition should belong to

## Response `201`

Created

- NVLinkLogicalPartition — NVLink Logical Partitions are logical GPU fabric segments for high bandwidth communication among selective GPUs
  - `id` string, uuid — Unique ID of the NVLink Logical Partition
  - `name` string — Name of the NVLink Logical Partition
  - `description` string, nullable — Optional description of the NVLink Logical Partition
  - `siteId` string, uuid — ID of the Site the NVLink Logical Partition belongs to
  - `tenantId` string, uuid — ID of the Tenant the NVLink Logical Partition belongs to
  - `status` 'Pending' | 'Provisioning' | 'Configuring' | 'Ready' | 'Deleting' | 'Error' — Status values for NVLink Logical Partition objects
  - `statusHistory` StatusDetail[] — Details of status changes for the NVLink Logical Partition over time
    - `status` string — State of the associated entity at a particular time
    - `message` string, nullable — Description of the state and cause/remedy in case of error
    - `created` string, date-time — Date/time when the associated entity assumed the status
    - `updated` string, date-time — Date/time when the associated entity was last observed with this status
  - `nvLinkLogicalPartitionStats` NVLinkLogicalPartitionStats — GPU and Instance counts for an NVLink Logical Partition
    - `totalGpus` integer — Total number of GPUs associated with the NVLink Logical Partition
    - `totalDistinctInstances` integer — Total number of distinct Instances associated with the NVLink Logical Partition
  - `created` string, date-time — Date and time the NVLink Logical Partition was created
  - `updated` string, date-time — Date and time the NVLink Logical Partition was last updated

## Other responses

- `400` — Error response when request data cannot be validated
- `403` — Error response when user is not authorized to call an endpoint or retrieve/modify objects

---

[API](https://skmtc.net/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.net/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/versions/69e00804e732/schema)
