POST
/
gpu-instance
/
openapi
/
v1
/
network
/
delete
curl --request POST \
  --url https://api.novita.ai/gpu-instance/openapi/v1/network/delete \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "networkId": "<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. Please ensure there are no instances under this VPC network before deletion.