使用接口创建GPU实例,官网https://vylai.com/
curl --location --request POST 'https://api.vylai.com/api/v1/app/changeperiod' \
--header 'X-Auth-Token: d4f4d396-86e9-452d-86d5-de04485d9951' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "string",
"payPeriod": 1,
"auto_renew": 1
}'{
"v": "string",
"code": 200,
"msg": "success",
"data": {}
}