跳转到主要内容
POST
/
gpus
/
v2
/
jobs
/
{job_id}
/
stop
终止 Job
curl --request POST \
  --url https://api.ppio.com/gpus/v2/jobs/{job_id}/stop \
  --header 'Authorization: <authorization>'
{}

请求头

Authorization
string
必填

Bearer 身份验证格式,例如:Bearer {{API 密钥}}

路径参数

job_id
string
必填

任务 ID。字符串,长度限制:1-255 字符。

响应

200 - application/json

成功

The response is of type object.

最后修改于 2026年6月22日