Skip to content

POST /runs/:id/cancel

POST
/runs/{id}/cancel
curl --request POST \
--url https://example.com/runs/example/cancel
id
required
string

Successful response.

Error response (see src/core/errors.ts).

Media typeapplication/json
object
error
required
object
code
required
string
message
required
string
hint
string
Examplegenerated
{
"error": {
"code": "example",
"message": "example",
"hint": "example"
}
}