Updated on 2023-05-16 GMT+08:00

Stopping a ModelArts Training Job

Run the ma-cli ma-job stop command to stop a training job with a specified job ID.

$ ma-cli ma-job stop -h
Usage: ma-cli ma-job stop [OPTIONS]

  Stop training job by job id.

  Example:

  Stop training job by job id
  ma-cli ma-job stop --job-id ${job_id}

Options:
  -i, --job-id TEXT       Get training job event by job id.  [required]
  -y, --yes               Confirm stop operation.
  -C, --config-file TEXT  Configure file path for authorization.
  -D, --debug             Debug Mode. Shows full stack trace when error occurs.
  -P, --profile TEXT      CLI connection profile to use. The default profile is "DEFAULT".
  -H, -h, --help          Show this message and exit.
Table 1 Parameters

Parameter

Type

Mandatory

Description

-i / --job-id

String

Yes

Training job ID

-y / --yes

Bool

No

Whether to forcibly stop a specified training job

Examples

Stop a running training job.

ma-cli ma-job stop --job-id efd3e2f8xxx