Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Deleting a queue
You can delete any queue other than the default queue. You can't delete a queue that
contains unprocessed jobs. The following tabs show how to delete an on-demand
queue.
- Console
-
To delete an on-demand queue by using the MediaConvert
console:
-
Open the Queues page in
the MediaConvert console.
-
Select the queue.
-
Choose Delete queue.
- Amazon CLI
-
The following delete-queue
example deletes on-demand
queue.
aws mediaconvert delete-queue \
--name Queue1
For more information about how to delete an on-demand queue by using
the Amazon CLI, see the Amazon CLI Command Reference.