Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.ppio.com/gpus/v2/networks/{network_id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "name": "dev-vpc-renamed" } '
{}
枚举值:application/json。
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
{{API 密钥}}
Network ID。
Network 名称。字符串,长度限制:1-30 字符。
"dev-vpc-renamed"
更新成功
The response is of type object.
object