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

- object
  - `can_delete_objects` boolean — Deletion from storage enabled.
  - `db` integer — Database ID of database to use
  - `description` string — Storage description
  - `host` string — Server Host IP (optional)
  - `id` integer — Storage ID. If set, storage with specified ID will be updated
  - `password` string — Server Password (optional)
  - `path` string — Storage prefix (optional)
  - `port` string — Server Port (optional)
  - `project` integer — Project ID
  - `title` string — Storage title

## Response `200`

Validation successful

---

[API](https://skmtc.dev/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.dev/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/bcbdfd8a482f/schema)
