Drop loading job

I am seeing the following error when trying to drop a graph. How can I kill the loading job that is stuck?

GSQL-Dev > drop graph MyGraph
Semantic Check Fails: The job load_job_classes_subprop_csv_1591811283109 depends on graph MyGraph!
Please drop the job first!
The graph MyGraph could not be found or dropped!

Hi @graphnewbie,

you can drop all jobs with

DROP JOB ALL

https://docs.tigergraph.com/v/2.6/dev/gsql-ref/ddl-and-loading/creating-a-loading-job#drop-job-statement

Bruno