使用接口创建GPU实例,官网https://vylai.com/
curl --location --request POST 'https://api.vylai.com/api/v1/deploy/gpu-metrics/schedule' \
--header 'X-Auth-Token: 9619f990-fdb6-415c-84be-26f0ca70b603-3710' \
--header 'Content-Type: application/json' \
--data-raw '{
"deploy_name": "string",
"idle_minutes": 1,
"action": "shutdown"
}'{
"v": "string",
"code": 200,
"msg": "success",
"data": {}
}