Documentation

mc batch

New in version mc: RELEASE.2023-03-20T17-17-53Z

Added the ability to cancel jobs with the mc batch cancel command.

Description

The mc batch commands allow you to run one or more job tasks on a MinIO deployment.

Subcommands

mc batch includes the following subcommands:

Subcommand

Description

cancel

The mc batch cancel stops an ongoing batch job.

describe

The mc batch describe command outputs the job definition for a specified job ID.

generate

The mc batch generate command creates a basic YAML-formatted template file for the specified job type.

list

The mc batch list command outputs a list of the batch jobs currently in progress on a deployment.

start

The mc batch start command launches a batch job from a job batch YAML file.

status

The mc batch status command outputs summaries of job events on a MinIO server.

Changed in version mc: RELEASE.2024-07-03T20-17-25Z

Batch status displays summaries for active, in-progress jobs or any batch job completed in the previous three (3) days.