---
title: "Update import storage"
method: PATCH
path: "/api/storages/redis/{id}"
tags: ["Storage: Redis"]
---

# Update import storage

`PATCH /api/storages/redis/{id}`

Update a specific Redis import storage connection.

## Path parameters

- `id` integer, required

## Request body

- PatchedRedisImportStorageWriteRequest
  - `db` integer — Server Database
  - `description` string, nullable — Cloud storage description
  - `host` string, nullable — Server Host IP (optional)
  - `password` string, nullable — Server Password (optional)
  - `path` string, nullable — Storage prefix (optional)
  - `port` string, nullable — Server Port (optional)
  - `project` integer — 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`

- RedisImportStorage
  - `created_at` string, date-time, required — Creation time
  - `db` integer — Server Database
  - `description` string, nullable — Cloud storage description
  - `host` string, nullable — Server Host IP (optional)
  - `id` integer, required
  - `last_sync` string, date-time, nullable — Last sync finished time
  - `last_sync_count` integer, nullable — Count of tasks synced last time
  - `last_sync_job` string, nullable — Last sync job ID
  - `meta` unknown
  - `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
  - `status` 'initialized' | 'queued' | 'in_progress' | 'failed' | 'completed' | 'completed_with_errors' — * `initialized` - Initialized * `queued` - Queued * `in_progress` - In progress * `failed` - Failed * `completed` - Completed * `completed_with_errors` - Completed with errors
  - `synchronizable` boolean
  - `title` string, nullable — Cloud storage title
  - `traceback` string, nullable — Traceback report for the last failed sync
  - `type` string, required
  - `use_blob_urls` boolean — Interpret objects as BLOBs and generate URLs

## Changes

> 97 revisions in range; 1 not diffed.

- **2026-08-07** `e1ba2ecdbabb` — 1 breaking, 12 info
  - the `title` request property's maxLength was decreased to `256`
  - added the new optional request property `db`
  - added the new optional request property `synchronizable`
  - added the media type `application/x-www-form-urlencoded` to the request body
  - …9 more

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/storages/redis/:id/patch.md)

---

[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/b589624c66c3/schema)
