cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/pause \ --header 'Authorization: <api-key>'
{ "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.
Successful Response
Was this page helpful?