Deleting an Inference Job
Run the following command in the directory where the YAML file is run to delete an inference job:
kubectl delete -f XXX.yaml
Example:
kubectl delete -f infer.yaml
root@ubuntu:/home/test/yaml# kubectl delete -f infer.yaml job "resnetinfer1-1" deleted
Parent topic: Inference Job