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.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Speech.
    2. Under List Scope, select the compartment that you want to work in.
    3. In the left-side navigation menu, click Jobs
    4. Click the name of the job to open the job's details page.
    5. In the Tasks list, click the check box for the task you want to cancel, and then click Cancel.
  • 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 flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the CancelTranscriptionTask operation to cancel the task run.