k3d/docs/usage/commands/k3d_cluster_delete.md
2021-09-17 20:41:57 +02:00

595 B

k3d cluster delete

Delete cluster(s).

Synopsis

Delete cluster(s).

k3d cluster delete [NAME [NAME ...] | --all] [flags]

Options

  -a, --all             Delete all existing clusters
  -c, --config string   Path of a config file to use
  -h, --help            help for delete

Options inherited from parent commands

      --timestamps   Enable Log timestamps
      --trace        Enable super verbose output (trace logging)
      --verbose      Enable verbose output (debug logging)

SEE ALSO