mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
- Adds note that `mc support proxy set|remove` no longer require registration - Adds info about stale ARNs for `mc replicate status` command - Additional information for --dry-run flag in `mc rm` - Thoroughly updates and restructures `mc admin policy` commands - Adds new `mc batch cancel` command - Updates deprecated commands for newly deprecated mc admin policy functions - Fixes toctree on mc admin page to allow for mc admin policy subcommand nesting Closes #766 Other fixes not part of the release: - Updates `--fake` flag on `mc rm` to `--dry-run` - Updates `--fake` flag on `mc mirror` to `--dry-run`
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 TARGET JOBID
Parameters
TARGET
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