---
title: "Create a snapshot"
method: POST
path: "/snapshots/create"
tags: ["Snapshots"]
---

# Create a snapshot

`POST /snapshots/create`

Create a new snapshot from a running instance

## Request body

- union
  - object
  - ThundertypesCreateSnapshotRequest
    - `instanceId` string, required
    - `name` string, required

## Response `202`

Accepted

- ThundertypesCreateSnapshotResponse
  - `id` string, required
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-26** `34c556152ce5` — 1 info
  - added the required property `id` to the response with the `202` status

[Change history](https://skmtc.dev/thundercompute/apis/thunder-compute-api/changes/snapshots/create/post.md)

---

[API](https://skmtc.dev/thundercompute/apis/thunder-compute-api.md) · [All operations](https://skmtc.dev/thundercompute/apis/thunder-compute-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thundercompute/thunder-compute-api/revisions/122382e24d26/schema)
