Skip to main content

Delete job

Delete the job and all associated resources. It is recommended to delete all jobs that have been created. Jobs that are not deleted explicitly are deleted automatically after a timeout or when the service is shut down.

A job can be deleted regardless of its status. If the status is processing, it is canceled automatically before deletion.

Path Parameters
    jobId string required

    The job ID as returned by createJob.

Responses

The job will be deleted as soon as processing has finished.

Loading...