---
title: "POST /v1beta/{tenantId}/file/snapshots"
method: POST
path: "/v1beta/{tenantId}/file/snapshots"
tags: ["File Share Snapshots"]
---

# POST /v1beta/{tenantId}/file/snapshots

`POST /v1beta/{tenantId}/file/snapshots`

Creates a file share snapshot.

## Request body

- FileShareSnapshotCreateSpec
  - `fileshareId` string, required
  - `name` string, required
  - `description` string

## Response `202`

Accepted

- FileShareSnapshotRespSpec — Snapshot of file share has following specification.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `fileshareId` string
  - `snapId` string
  - `tenantId` string
  - `userId` string
  - `name` string
  - `description` string
  - `shareSize` integer
  - `snapshotSize` integer
  - `status` string
  - `profileId` string
  - `metadata` object

## 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)
