Skip to main content
Skip table of contents

How to kill/abort all waiting jobs [VC UG]

To kill/abort all jobs that are in "waiting"-state, you will have to run the following curl-command;

CODE
curl -Haccept:text/plain -uadmin:$ADMINPASSWORD "localhost:8080/API/job;state=WAITING" | xargs -n1 sh -c 'curl -uadmin:$ADMINPASSWORD -X DELETE "localhost:8080/API/job/$0"'

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.