shell> curl -X POST --header 'x-arango-async: store' --data-binary @- --dump - http://localhost:8529/_api/cursor < curl --dump - http://localhost:8529/_api/job/pending HTTP/1.1 200 OK content-type: application/json; charset=utf-8 [ "751235082664" ] shell> curl -X PUT --dump - http://localhost:8529/_api/job/751235082664/cancel HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "result" : true } shell> curl --dump - http://localhost:8529/_api/job/pending HTTP/1.1 200 OK content-type: application/json; charset=utf-8 [ ]