停止运行中的流水线实例
POST/api/v8/repos/:owner/:repo/actions/runs/:run_id/stop
Request
Path Parameters
owner stringrequired
仓库所属空间地址(组织或个人的地址path)
repo stringrequired
仓库路径(path)
run_id stringrequired
流水线运行id
Query Parameters
access_token stringrequired
用户授权码
Responses
- 200
Response Headers
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
{
"success": true
}