Canceling a Task
Cancel a running transcription task for a job in Speech.
You can cancel a transcription task only if it's in an accepted state. After a task is scheduled by the job scheduler and chunking begins, the tasks is switched to in progress and can't be canceled.
- On the Transcription jobs list page, select the transcription job that you want to work with. If you need help finding the list page or the transcription job, see Listing Transcription Jobs.
- Select Tasks.
- Select the checkboxes next to the names of the tasks that you want to cancel.
- Select Cancel selected from the Actions menu above the table.
Use the oci speech transcription-task cancel command and required parameters to cancel the task run:
oci speech transcription-task cancel --transcription-job-id [<job-id>]... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the CancelTranscriptionTask operation to cancel the task run.