---
title: "POST /v1beta/{tenantId}/block/volumeGroups"
method: POST
path: "/v1beta/{tenantId}/block/volumeGroups"
tags: ["Block volume group"]
---

# POST /v1beta/{tenantId}/block/volumeGroups

`POST /v1beta/{tenantId}/block/volumeGroups`

Creates a volume group.

## Request body

- VolumeGroupCreateSpec
  - `name` string, required
  - `description` string
  - `profiles` string[], required

## Response `202`

Accepted

- VolumeGroupRespSpec — Volume group contains a list of volumes that are used in the same application.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `tenantId` string
  - `userId` string
  - `name` string
  - `description` string
  - `availabilityZone` string
  - `status` string
  - `poolId` string
  - `profiles` string[]

## Other responses

- `400` — BadRequest
- `401` — NotAuthorized
- `403` — Forbidden
- `500` — An unexpected error occured.

---

[API](https://skmtc.net/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-api/revisions/62ce0f6c94b4/schema)
