Azure Batch REST API

Azure Batch REST API provides management of large-scale parallel and high-performance computing workloads. It supports creating pools of compute nodes, submitting jobs and tasks, auto-scaling based on workload, and managing task dependencies for batch processing scenarios.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-azure-batch:rest-api
name: Azure Batch REST API
tags:
- Batch Computing
- HPC
- Job Scheduling
- Parallel Processing
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://batch.core.windows.net/
humanURL: https://learn.microsoft.com/en-us/rest/api/batchservice/
properties:
- url: https://learn.microsoft.com/en-us/rest/api/batchservice/
  type: Documentation
description: Azure Batch REST API provides management of large-scale parallel and high-performance computing
  workloads. It supports creating pools of compute nodes, submitting jobs and tasks, auto-scaling based
  on workload, and managing task dependencies for batch processing scenarios.