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/instances/{instance_id}/rootfs-expand \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "rootfs_size_expand_gb": 20 } '
{}
枚举值:application/json。
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
{{API 密钥}}
实例 ID。字符串,长度限制:1-255 字符。
系统盘扩容增量,不是扩容后的目标大小。整数,取值 > 0。单位为 GB。
20
成功
The response is of type object.
object