Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.07 KB

arena_delete.md

File metadata and controls

35 lines (24 loc) · 1.07 KB

arena delete

Delete a training job and its associated instances

Synopsis

Delete a training job and its associated instances

arena delete JOB1 JOB2 ...JOBn [-T JOB_TYPE] [flags]

Options

  -h, --help          help for delete
  -T, --type string   The training type to delete, the possible option is volcano(Volcano),et(ElasticTraining),spark(Spark),tf(Tensorflow),mpi(MPI),py(Pytorch),horovod(Horovod). (optional)

Options inherited from parent commands

      --arena-namespace string   The namespace of arena system service, like tf-operator (default "arena-system")
      --config string            Path to a kube config. Only required if out-of-cluster
      --loglevel string          Set the logging level. One of: debug|info|warn|error (default "info")
  -n, --namespace string         the namespace of the job
      --pprof                    enable cpu profile
      --trace                    enable trace

SEE ALSO

  • arena - arena is the command line interface to Arena
Auto generated by spf13/cobra on 5-Mar-2021