---
title: "Reseed a server from restic snapshot"
method: POST
path: "/api/clusters/{clusterName}/servers/{serverName}/actions/reseed-restic"
tags: ["DatabaseBackup"]
---

# Reseed a server from restic snapshot

`POST /api/clusters/{clusterName}/servers/{serverName}/actions/reseed-restic`

Reseeds a specified server using the provided restic snapshot ID and method.
Method accepts logical or physical. Strategy accepts auto, restore, dump, or mount.
The dump strategy is supported for logical mysqldump and single-file physical backups.

## Path parameters

- `clusterName` string, required
- `serverName` string, required

## Headers

- `Authorization` string, required

## Request body

- ServerResticReseedRequest
  - `cleanup` boolean
  - `method` string
  - `overwrite` string
  - `snapshotId` string
  - `strategy` string
  - `tempDir` string
  - `useTempDir` boolean

## Response `202`

Reseed queued successfully

- string

## Other responses

- `400` — Invalid request
- `403` — No valid ACL
- `404` — Cluster or Server Not Found
- `409` — Metadata not ready or reseed already queued
- `500` — Reseed failed

---

[API](https://skmtc.net/signal18/apis/untitled-api.md) · [All operations](https://skmtc.net/signal18/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signal18/untitled-api/revisions/7465ea0ee21a/schema)
