Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

警告

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide

qiskit.providers.ibmq.runtime.IBMRuntimeService.delete_job

IBMRuntimeService.delete_job(job_id)[ソース]

Delete a runtime job.

Note that this operation cannot be reversed.

パラメータ

job_id (str) – ID of the job to delete.

例外
  • RuntimeJobNotFound – If the job doesn’t exist.

  • QiskitRuntimeError – If the request failed.

戻り値の型

None