Deploy stuck waiting for manual intervention

It looks like one of our teams left a deploy waiting for manual intervention before the upgrade to 3.0. Now, the task is stuck there, and pressing Cancel on it has no effect. How can I kill this task?

Hello Mr vvulf,

I think the only way to kill your zombie task might be to execute UPDATE [dbo].[ServerTask] Set State='Canceled' WHERE Id='ServerTasks-ZZZ' against the appropriate database.

You should be able to get the task-ID by hovering your mouse over the Task on the Tasks page.

Let me know if this doesn’t get the job done?

Regards,
Michael R

Mr. R,

That worked. Thanks!

Regards,
Ryan Adler