pyiron_base.jobs.job.extension.server.queuestatus.queue_delete_job#
- pyiron_base.jobs.job.extension.server.queuestatus.queue_delete_job(item: int | pyiron_base.jobs.job.generic.GenericJob) str | None[source]#
Delete a job from the queuing system
- Parameters:
item (int, pyiron_base.jobs.job.generic.GenericJob) – Provide either the job_ID or the full hamiltonian
- Returns:
Output from the queuing system as string - optimized for the Sun grid engine
- Return type:
str