Hello @acroabhi ,Only certain steps in the pipeline can be "advanced" or
"cancelled" from your end. Kindly refer documentation [1] which mentions
only BUILD, SECURITY TEST, PERFORMANCE TEST, AND SCHEDULE STEPS can work
with cancel operation when performed through the Cloud Manager UI or
programmatically. The pipeline you've mentioned here is failing in the
deploy step hence you're unable to cancel the pipeline (through UI/aio
cli).However, CSE (AMS) usually have permissions to force cancel
pipel...