Page cover

delete

The vpn delete command deletes an existing VPN instance with specified resources. This command allows you to specify the VPN name and namespace for the VPN instance you want to remove.

Usage

cldkctl vpn delete [flags]

Steps

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

  1. Run the following command in your terminal:

cldkctl vpn delete --name <vpn-name>
  1. Replace <vpn-name> with your VPN instance name. To obtain or verify it, refer to vpn list.

  2. Once successful, the terminal displays "✓ VPN successfully deleted".

Flags

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

Flag
Description

-h, --help

Help for delete command.

-n, --name string

Specify VPN name.

Last updated