Skip to main content
PUT
/
accounts
/
mesh-nodes
Update mesh nodes
curl --request PUT \
  --url https://api.quiva.ai/accounts/mesh-nodes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "num_nodes": 3,
  "regions": [
    "eu"
  ]
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
num_nodes
number
required

has to be an odd number - 1, 2 or 5

regions
string[]
required

Availability regions. The number of specified regions cannot exceed the number of regions

Response

Mesh nodes updated successfully

message
string
required

Success message