---
title: "Cluster Force Snapshot"
method: POST
path: "/api/v1.cluster-admin.force-snapshot"
tags: ["ClusterAdmin"]
---

# Cluster Force Snapshot

`POST /api/v1.cluster-admin.force-snapshot`

Force the cluster to take a snapshot immediately

## Request body

- ClusterForceSnapshotIn

## Response `200`

- ClusterForceSnapshotOut
  - `snapshot_time` integer, required — The wall-clock time at which the snapshot was initiated
  - `snapshot_log_index` integer, required — The log index at which the snapshot was initiated
  - `snapshot_id` string, nullable — If this is `null`, the snapshot is still building in the background

## Other responses

- `400`
- `401`
- `403`
- `422`

---

[API](https://skmtc.net/svix/apis/diom-api.md) · [All operations](https://skmtc.net/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/diom-api/versions/e98d7f3a3e10/schema)
