ctlptl_delete.md
June 4, 2026 ยท View on GitHub
ctlptl delete
Delete a currently running cluster
ctlptl delete -f FILENAME [flags]
Examples
ctlptl delete -f cluster.yaml
ctlptl delete cluster minikube
Options
--cascade string If 'true', objects will be deleted recursively. For example, deleting a cluster will delete any connected registries. Defaults to 'false'. (default "false")
-f, --filename strings
-h, --help help for delete
--ignore-not-found If the requested object does not exist the command will return exit code 0.
SEE ALSO
- ctlptl - Mess around with local Kubernetes clusters without consequences