NVLink Logical Partition
Update NVLink Logical Partition
Update a specific NVLink Logical Partition
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
patch/v2/org/{org}/nico/nvlink-logical-partition/{nvLinkLogicalPartitionId}
Request body
Example request
{
"name": "partition-east-gpu",
"description": "NVLink Logical Partition for model training Instances"
}Response
OK
Example response
{
"id": "ded96bdf-905e-40dd-8a58-3472aab60042",
"name": "partition-east-gpu",
"description": "Partition for model training Instances",
"siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"status": "Pending",
"statusHistory": [
{
"status": "Pending",
"message": "Request received, pending processing",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}
],
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}