1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00
Files
docs/source/reference/minio-mc/mc-batch-cancel.rst
Daryl White d3eac20f2b Updates for mc 2024-06-04 release (#1241)
Corrects mc batch examples
Closes #1235

Applies changes to the mc admin trace --stat flag in mc
RELEASE.2024-06-05T18-13-30Z. That change has no tracking docs issue.
2024-06-11 13:02:46 -04:00

1.9 KiB

mc batch cancel

minio

Table of Contents

mc batch cancel

mc RELEASE.2023-03-20T17-17-53Z

Syntax

The mc batch cancel stops an ongoing batch job.

You must specify the job ID. To find the job ID, use mc batch list.

EXAMPLE

The following command outputs the job definition for the job identified as KwSysDpxcBU9FNhGkn2dCf.

mc batch cancel myminio KwSysDpxcBU9FNhGkn2dCf

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] batch cancel ALIAS JOBID

Parameters

ALIAS

The alias <alias> for the MinIO deployment on which the job is currently running.

JOBID

The unique identifier of the batch job to cancel. To find the ID of a job, use mc batch list.

Global Flags

Example

Cancel an ongoing batch job

The following command cancels the job with ID KwSysDpxcBU9FNhGkn2dCf on the deployment at alias myminio:

mc batch cancel myminio KwSysDpxcBU9FNhGkn2dCf

S3 Compatibility