---
title: "Update Cloud Provider Token"
method: PATCH
path: "/cloud-tokens/{uuid}"
tags: ["Cloud Tokens"]
---

# Update Cloud Provider Token

`PATCH /cloud-tokens/{uuid}`

Update cloud provider token name.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `name` string — The friendly name for the token.

## Response `200`

Cloud provider token 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/versions/08be5dc8e729/schema)
