Job Deletion
Procedure
Run the following command in the YAML directory of a delivered training job to delete the job:
kubectl delete -f XXX.yaml
Example:
kubectl delete -f pytorch_multinodes_acjob_910b.yaml
Command output:
1 2 | configmap "reset-config-default-test-pytorch" deleted ascendjob.mindxdl.gitee.com "default-test-pytorch" deleted |
Parent topic: Using Resumable Training on the CLI