Workflows Service, REST: Execution.Terminate
Written by
Updated at August 8, 2025
Terminates specified Workflow execution.
HTTP request
POST https://serverless-workflows.api.cloud.yandex.net/workflows/v1/execution/{executionId}/terminate
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. |