AWS Batch Skill
amazonaws-com-batch
amazonaws-com-batch
| Method | Path | Description |
|---|---|---|
POST | /v1/canceljob | |
POST | /v1/createcomputeenvironment | Cancels a job in an Batch job queue. Jobs that are in a SUBMITTED, PENDING, or RUNNABLE state are cancelled and the job status is updated to FAILED. A PENDING job is canceled afte... |
POST | /v1/createjobqueue | Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED com... |
POST | /v1/createschedulingpolicy | Creates an Batch job queue. When you create a job queue, you associate one or more compute environments to the queue and assign an order of preference for the compute environments... |
POST | /v1/deletecomputeenvironment | Creates an Batch scheduling policy. |
POST | /v1/deletejobqueue | Deletes an Batch compute environment. Before you can delete a compute environment, you must set its state to DISABLED with the UpdateComputeEnvironment API operation and disassoci... |
POST | /v1/deleteschedulingpolicy | Deletes the specified job queue. You must first disable submissions for a queue with the UpdateJobQueue operation. All jobs in the queue are eventually terminated when you delete... |
POST | /v1/deregisterjobdefinition | Deletes the specified scheduling policy. You can't delete a scheduling policy that's used in any job queues. |
POST | /v1/describecomputeenvironments | Deregisters an Batch job definition. Job definitions are permanently deleted after 180 days. |
POST | /v1/describejobdefinitions | Describes one or more of your compute environments. If you're using an unmanaged compute environment, you can use the DescribeComputeEnvironment operation to determine the ecsClus... |
POST | /v1/describejobqueues | Describes a list of job definitions. You can specify a status (such as ACTIVE) to only return job definitions that match that status. |
POST | /v1/describejobs | Describes one or more of your job queues. |
POST | /v1/describeschedulingpolicies | Describes a list of Batch jobs. |
POST | /v1/getjobqueuesnapshot | Describes one or more of your scheduling policies. |
POST | /v1/listjobs | Provides a list of the first 100 RUNNABLE jobs associated to a single job queue. |
POST | /v1/listschedulingpolicies | Returns a list of Batch jobs. You must specify only one of the following items: A job queue ID to return a list of jobs in that job queue A multi-node parallel job ID to return a... |
GET | /v1/tags/{resourceArn} | Returns a list of Batch scheduling policies. |
POST | /v1/registerjobdefinition | Lists the tags for an Batch resource. Batch resources that support tags are compute environments, jobs, job definitions, job queues, and scheduling policies. ARNs for child jobs o... |
POST | /v1/submitjob | Registers an Batch job definition. |
POST | /v1/tags/{resourceArn} | Submits an Batch job from a job definition. Parameters that are specified during SubmitJob override parameters defined in the job definition. vCPU and memory requirements that are... |
POST | /v1/terminatejob | Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource aren't specified in the request parameters, they aren't changed. When a... |
DELETE | /v1/tags/{resourceArn} | Terminates a job in a job queue. Jobs that are in the STARTING or RUNNING state are terminated, which causes them to transition to FAILED. Jobs that have not progressed to the STA... |
POST | /v1/updatecomputeenvironment | Deletes specified tags from an Batch resource. |
POST | /v1/updatejobqueue | Updates an Batch compute environment. |
POST | /v1/updateschedulingpolicy | Updates a job queue. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-batch
Downloads and installs to ~/.claude/skills/amazonaws-com-batch/
2016-08-10 (2026-02-13)