---
title: "Update an existing cloud"
method: PATCH
path: "/clouds/{cloudName}/"
tags: ["Clouds"]
---

# Update an existing cloud

`PATCH /clouds/{cloudName}/`

## Path parameters

- `cloudName` string, required

## Request body

- Cloud
  - `name` string, required
  - `last_redefined` string

## Response `200`

Cloud name

- Cloud
  - `name` string, required
  - `last_redefined` string

## Other responses

- `default` — Unexpected error

## Changes

- **2024-09-26** `098c2dd82fa1` — 1 info
  - endpoint added
- **2024-01-29** `73b6d82124fb` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/quadsproject/apis/quads/changes/clouds/:cloudName/patch.md)

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
