---
title: "Validate export storage"
method: POST
path: "/api/storages/export/redis/validate"
tags: ["Storage: Redis"]
---

# Validate export storage

`POST /api/storages/export/redis/validate`

Validate a specific Redis export storage connection.

## Request body

- RedisExportStorageValidateRequest
  - `can_delete_objects` boolean, nullable — Deletion from storage enabled
  - `db` integer — Server Database
  - `description` string, nullable — Cloud storage description
  - `host` string, nullable — Server Host IP (optional)
  - `id` integer — Storage ID. If set, storage with specified ID will be updated
  - `password` string, nullable — Server Password (optional)
  - `path` string, nullable — Storage prefix (optional)
  - `port` string, nullable — Server Port (optional)
  - `project` integer, required — A unique integer value identifying this project.
  - `regex_filter` string, nullable — Cloud storage regex for filtering objects
  - `synchronizable` boolean
  - `title` string, nullable — Cloud storage title
  - `use_blob_urls` boolean — Interpret objects as BLOBs and generate URLs

## Response `200`

Validation successful

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
