简体中文
cURL
curl --request POST \ --url https://api.ppinfra.com/gpu-instance/openapi/v1/gpu/instance/upgrade \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "instanceId": "<string>", "imageUrl": "<string>", "imageAuthId": "<string>", "envs": [ { "key": "<string>", "value": "<string>" } ], "command": "<string>", "save": true, "networkVolume": { "volumeMounts": [ { "type": "<string>", "id": "<string>", "mountPath": "<string>" } ] } }'
Show properties
Hide properties