---
title: "Update mesh nodes"
method: PUT
path: "/accounts/mesh-nodes"
tags: ["Mesh Nodes"]
---

# Update mesh nodes

`PUT /accounts/mesh-nodes`

Updates the number of mesh nodes and the available regions

## Request body

- object
  - `num_nodes` number, required — has to be an odd number - 1, 2 or 5
  - `regions` string[], required

## Response `200`

Mesh nodes updated successfully

- object
  - `message` string, required — Success message

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
