cURL
curl --request POST \ --url https://api.ppio.com/gpu-instance/openapi/v1/job/save/image \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "instanceId": "<string>", "image": "<string>", "registryAuthId": "<string>" } '
{ "jobId": "<string>" }
Documentation IndexFetch the complete documentation index at: https://ppio.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
显示 说明
curl --location --request POST 'https://api.ppio.com/gpu-instance/openapi/v1/job/save/image' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {{API_KEY}}' \ --data-raw '{ "instanceId": "079ac83991562f00", "image": "image.ppinfra.com/pukcnedkqkioyhnxrawo/20250909:v1", "registryAuthId": "8ba75437-0b83-4966-a775-0fb862081c4d" }'
{ "jobId": "0uplnmmbd1ggdaxu" }