Canceling a Transcription Job
Cancel a running transcription job in Speech.
You can cancel a job only when the job is in progress or no tasks exist. When no tasks exist, the job is in an accepted state. Tasks are in an accepted state until they're scheduled by the job scheduler, and begin chunking. At that point they're switched to in progress and can't be canceled.
Canceled is an end state meaning that the job is done. Canceling means that the service is in the process of trying to cancel all tasks in the accepted state, but it's possible that it might not get to all the tasks before they're switched to a state that can't be canceled.
- On the Transcription jobs list page, find the transcription jobs that you want to cancel. If you need help finding the list page or the transcription jobs, see Listing Transcription Jobs.
- Select the checkboxes next to the names of the transcription jobs that you want to cancel.
- Select Cancel selected from the Actions menu above the table.
Use the oci speech transcription-job cancel command and required parameters to cancel a transcription job:
oci speech transcription-job cancel --transcription-job-id [text] ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the CancelTranscriptionJob operation to cancel a transcription job.