---
title: "Rename Vault Address"
method: PUT
path: "/api/v1/vaults/addresses/{id}/name"
tags: ["Vaults"]
---

# Rename Vault Address

`PUT /api/v1/vaults/addresses/{id}/name`

Rename an existing vault address.

## Path parameters

- `id` string, uuid, required — ID of the vault address to rename.

## Request body

- RenameVaultRequest
  - `name` string, required — The new name for the vault.

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `404` — Not Found
- `408` — Request Timeout
- `409` — Already Exists
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

---

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