mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
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.
1.9 KiB
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