---
title: "Get restore instructions for a snapshot"
method: GET
path: "/backup-and-dr/snapshots/{snapshot_id}/restore-instructions"
---

# Get restore instructions for a snapshot

`GET /backup-and-dr/snapshots/{snapshot_id}/restore-instructions`

Returns the restore instructions from the policy associated with the given snapshot

## Path parameters

- `snapshot_id` string, uuid, required

## Response `200`

Restore instructions

- SnapshotRestoreInstructions
  - `policy_id` string
  - `restore_instructions` string

## Other responses

- `404` — Snapshot not found

---

[API](https://skmtc.net/firefly/apis/backup-dr-api.md) · [All operations](https://skmtc.net/firefly/apis/backup-dr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/backup-dr-api/revisions/ff4cd0352ad5/schema)
