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 POST \ --url https://api.ppio.com/gpus/v2/jobs/save-image \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "instance_id": "instance-id", "image": "registry.example.com/team/image:tag", "registry_auth_id": "registry-auth-id" } '
{ "job_id": "job-id" }
枚举值:application/json。
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
{{API 密钥}}
实例 ID。字符串,长度限制:1-255 字符。
"instance-id"
目标镜像名称或地址。字符串,长度限制:1-4095 字符。
"registry.example.com/team/image:tag"
已保存的镜像仓库认证 ID。字符串,长度限制:0-255 字符。
"registry-auth-id"
OK
保存镜像任务 ID。可调用查询 Job 详情接口轮询状态
"job-id"