---
title: "Check Restic Repository Config"
method: POST
path: "/api/clusters/{clusterName}/restic/check-config"
tags: ["ClusterRestic"]
---

# Check Restic Repository Config

`POST /api/clusters/{clusterName}/restic/check-config`

Validates the current restic repository configuration read-only. Returns ok, initialization_required, or error.

## Path parameters

- `clusterName` string, required

## Headers

- `Authorization` string, required

## Response `200`

Repository check result

- BackupmgrManualCheckResult
  - `backend` string — Wipe preview fields populated by ResticCheckConfigManual
  - `can_init` boolean
  - `can_wipe` boolean
  - `fetch_queued` boolean
  - `is_s3_empty_prefix` boolean
  - `message` string
  - `repo_path` string
  - `status` 'ok' | 'initialization_required' | 'error'
  - `wipe_message` string

## Other responses

- `403` — No valid ACL
- `500` — No cluster

---

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