cURL
curl --request POST \ --url https://api.ppio.com/gpu-instance/openapi/v1/job/break \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "jobId": "<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/break' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {{API 密钥}}' \ --data-raw '{ "jobId": "10wi9visv0rqt57w" }'
{ "jobId": "10wi9visv0rqt57w" }