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. | 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
Last Article: Obtaining ModelArts Resource Specifications for Training
Next Article: Using the ma-cli dli-job Command to Submit a DLI Spark Job
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.