delete
The cldkctl guard delete command deletes an existing Guard from your project. This command permanently removes the Guard configuration, including its ingress and egress rules, from the specified namespace.
Usage
cldkctl guard delete [flags]Aliases
delete, removeSteps
Follow the steps below to run and view the result of this command:

Run the following command in your terminal:
If your Guard is located in a specific namespace, include the
--namespaceflag.Wait for the system to process the deletion request.
Once completed, the terminal displays the message “✔ Guard has been successfully deleted”
Flags
Flag
Description
-h, --help
Help for the guard delete command.
-n, --name string
Specify the name of the Guard to delete.
-s, --namespace string
Specify the namespace where the Guard resides.
Last updated