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, remove

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

  1. If your Guard is located in a specific namespace, include the --namespace flag.

  2. Wait for the system to process the deletion request.

  3. Once completed, the terminal displays the message “✔ Guard has been successfully deleted”

Flags

This command supports global flags. Refer to the Global Flags section for details

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