Stop the running pipeline instance
POST/api/v8/repos/:owner/:repo/actions/runs/:run_id/stop
Request
Path Parameters
owner stringrequired
Repository space address (organization or individual's address path)
repo stringrequired
Repository path (path)
run_id stringrequired
Pipeline Run ID
Query Parameters
access_token stringrequired
User authorization code
Responses
- 200
Response Headers
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
{
"success": true
}