paws.compute (version 0.1.0)

batch_delete_job_queue: Deletes the specified job queue

Description

Deletes the specified job queue. You must first disable submissions for a queue with the UpdateJobQueue operation. All jobs in the queue are terminated when you delete a job queue.

Usage

batch_delete_job_queue(jobQueue)

Arguments

jobQueue

[required] The short name or full Amazon Resource Name (ARN) of the queue to delete.

Request syntax

svc$delete_job_queue(
  jobQueue = "string"
)

Details

It is not necessary to disassociate compute environments from a queue before submitting a DeleteJobQueue request.

Examples

Run this code
# NOT RUN {
# This example deletes the GPGPU job queue.
# }
# NOT RUN {
svc$delete_job_queue(
  jobQueue = "GPGPU"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab