kyma module delete ​
Deletes a module.
Synopsis ​
Use this command to delete a module.
bash
kyma module delete <module> [flags]Examples ​
bash
# Delete the Keda module
kyma module delete keda
## Delete a community module and auto-approve the deletion
# passed argument must be in the format <namespace>/<module-template-name>
# the module must be pulled from the catalog first using the 'kyma module pull' command
kyma module delete my-namespace/my-community-module-1.0.0 --auto-approveFlags ​
text
--auto-approve Automatically approves module removal
--context string The name of the kubeconfig context to use
-h, --help Help for the command
--kubeconfig string Path to the Kyma kubeconfig file
--show-extensions-error Prints a possible error when fetching extensions fails
--skip-extensions Skip fetching extensions from the target Kyma environmentSee also ​
- kyma module - Manages Kyma modules