curl --request POST \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/pause \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Pause an active execution by sending a signal to the Temporal workflow.
This is triggered when the user clicks the PAUSE button in the UI. The workflow will stop processing but remain active and can be resumed.
curl --request POST \
--url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/pause \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?