---
title: "Update backup storage"
method: PATCH
path: "/namespaces/{namespace}/backup-storages/{name}"
tags: ["Backup Storage"]
---

# Update backup storage

`PATCH /namespaces/{namespace}/backup-storages/{name}`

This API updates the backup storage specified by the `name`. Only the specified fields will be updated.

## Path parameters

- `name` string, required
- `namespace` string, required

## Request body

- UpdateBackupStorageParams — Backup storage parameters
  - `description` string
  - `bucketName` string — The cloud storage bucket/container name
  - `accessKey` string
  - `secretKey` string
  - `url` string
  - `region` string
  - `verifyTLS` boolean
  - `forcePathStyle` boolean
  - `allowedNamespaces` string[] — List of namespaces allowed to use this backup storage

## Response `200`

Successful operation

- BackupStorage — Backup storage information
  - `type` 's3' | 'azure', required
  - `namespace` string
  - `name` string, required
  - `description` string
  - `bucketName` string, required
  - `url` string
  - `region` string
  - `verifyTLS` boolean
  - `forcePathStyle` boolean
  - `allowedNamespaces` string[] — List of namespaces allowed to use this backup storage

## Other responses

- `400` — Unsuccessful operation
- `500` — Internal server error

---

[API](https://skmtc.net/openeverest/apis/openeverest-schema.md) · [All operations](https://skmtc.net/openeverest/apis/openeverest-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openeverest/openeverest-schema/versions/46b19e13670b/schema)
