---
title: "Creates an InfiniBand partition in the project and returns the created InfiniBand partition."
method: POST
path: "/projects/{project_id}/networking/ib-partitions"
tags: ["IB Partitions"]
---

# Creates an InfiniBand partition in the project and returns the created InfiniBand partition.

`POST /projects/{project_id}/networking/ib-partitions`

## Path parameters

- `project_id` string, required

## Request body

- IBPartitionsPostRequestV1
  - `ib_network_id` string, required — ID of the InfiniBand network to create the partition in.
  - `name` string, required — Name for the new InfiniBand partition.

## Response `200`

- IBPartition
  - `ib_network_id` string, required — ID of the InfiniBand network the partition belongs to.
  - `id` string, required — ID of the InfiniBand partition.
  - `name` string, required — Name of the InfiniBand partition.

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
