---
title: "Test storage backend by ID"
method: POST
path: "/storage-backends/{id}/test"
tags: ["StorageBackend"]
---

# Test storage backend by ID

`POST /storage-backends/{id}/test`

Test connectivity of an existing saved storage backend using its stored credentials. Returns success=false with a sanitized error message on failure (the HTTP status stays 200).

## Path parameters

- `id` string, required

## Response `200`

Connectivity test result (success, error)

- object

## Other responses

- `401` — Unauthorized
- `404` — Storage backend not found

---

[API](https://skmtc.net/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.net/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/6e297e21afca/schema)
