Job Deletion
- Log in to the management node and go to the directory where the YAML file is stored.
- Run the following command on the management node to delete a training job using the YAML file:
kubectl delete -f XXX.yaml
For example:kubectl delete -f a800_vcjob.yaml
Command output:1 2
configmap/rings-config-mindx-dls-test deleted job.batch.volcano.sh/mindx-dls-test deleted
Parent topic: Use on the CLI (Volcano)