POST
/
gpu-instance
/
openapi
/
v1
/
network
/
update
curl --request POST \
  --url https://api.novita.ai/gpu-instance/openapi/v1/network/update \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "networkId": "<string>",
  "name": "<string>"
}'

Request Headers

Content-Type
string
required

Enum: application/json

Authorization
string
required

Bearer authentication format, for example: Bearer {{API Key}}.

Request Body

networkId
string
required

Cluster ID. String, length limit: 1-255 characters.

name
string

Custom network name. String, length limit: 1-30 characters.