Workflows Service, REST: Execution.Stop
Written by
Updated at October 17, 2024
Stops specified Workflow execution.
HTTP request
POST https://serverless-workflows.api.cloud.yandex.net/workflows/v1/execution/{executionId}/stop
Path parameters
Field |
Description |
executionId |
string Required field. ID of the Workflow execution. |
Response
HTTP Code: 200 - OK
{
"executionId": "string"
}
Field |
Description |
executionId |
string ID of the Workflow execution. |