How to stop a continuous pipeline which is set to RETRY on FAILURE and failing for some reason

ziafazal
Databricks Partner

I have created a pipeline which is continuous and set to RETRY on FAILURE. For some reason it keeps failing and retrying. Is there any way I can stop it. Hitting Stop button throws an error.

szymon_dybczak
Esteemed Contributor III

Hi @ziafazal ,

If UI doesn't work you can try use REST API:

https://docs.databricks.com/api/azure/workspace/pipelines/stop

ziafazal
Databricks Partner

Hi @szymon_dybczak 

I already tried to remove it via REST API but got same error as in the pipeline logs. Eventually, I had to remove workspace to get rid of it.

szymon_dybczak
Esteemed Contributor III

Sorry to hear that you needed to remove workspace. Anyway, weird big.