Workflows Service, REST: Execution.Stop
Written by
Updated at July 1, 2026
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 Required field. ID of the Workflow execution. |