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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?