跳到主要内容
版本:v0.6

Stop request for a workflow execution that belongs to a project.

Stop request for a workflow execution.

Stop request for a workflow execution that belongs to a project.

Path Parameters
    project string required
    workflow string required
    workflowexecution string required
Responses

OK


Schema
    message string
    status integer

    Default value: 200

    statusText string

    Default value: OK

PUT /v1/projects/:project/workflows/:workflow/executions/:workflowexecution/stop

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
project — path required
workflow — path required
workflowexecution — path required
curl / cURL
curl -L -X PUT 'https://seal-io.github.io/v1/projects/:project/workflows/:workflow/executions/:workflowexecution/stop' \
-H 'Accept: application/json'