## osctl cluster destroy Destroys a local docker-based kubernetes cluster ### Synopsis Destroys a local docker-based kubernetes cluster ``` osctl cluster destroy [flags] ``` ### Options ``` -h, --help help for destroy ``` ### Options inherited from parent commands ``` --context string Context to be used in command -e, --endpoints strings override default endpoints in Talos configuration --name string the name of the cluster (default "talos_default") -n, --nodes strings target the specified nodes --talosconfig string The path to the Talos configuration file (default "/home/user/.talos/config") ``` ### SEE ALSO * [osctl cluster](osctl_cluster.md) - A collection of commands for managing local docker-based clusters