---
title: "Update S3 Storage"
method: PATCH
path: "/s3-storages/{uuid}"
tags: ["S3 Storages"]
---

# Update S3 Storage

`PATCH /s3-storages/{uuid}`

Update S3 storage by UUID.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `name` string — A friendly name for the storage.
  - `description` string, nullable — Optional description.
  - `endpoint` string — S3-compatible endpoint URL.
  - `bucket` string — S3 bucket name.
  - `region` string — S3 region.
  - `key` string — Access key.
  - `secret` string — Secret key.
  - `is_usable` boolean — Whether the storage is marked usable.

## Response `200`

S3 storage updated.

- object
  - `uuid` string

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.
- `422` — Validation error.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
