Kill queued pipelines

Sunil Veerendra Vattikuti 1 Reputation point Microsoft Employee
2022-04-06T20:05:02.877+00:00

I want to kill the pipeline runs which are in queued status. Is there any command or a way to do it?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-04-06T20:19:45.34+00:00

    The product group for Azure DevOps / TFS actively monitors questions over at
    https://developercommunity.visualstudio.com/report?space=21&entry=problem
    https://developercommunity.visualstudio.com/report?space=22&entry=problem

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2022-04-07T03:50:11.027+00:00

    Hey,
    Assuming you are asking about ADF pipelines executions to be cancelled:

    You can leverage REST API for that purpose:
    learn.microsoft.com/en-us/rest/api/datafactory/pipeline-runs/cancel

    or cancel from Azure Portal :
    190738-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.