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:
Run the following command in your terminal:
cldkctl vpn delete --name <vpn-name>Replace
<vpn-name>with your VPN instance name. To obtain or verify it, refer to vpn list.Once successful, the terminal displays "✓ VPN successfully deleted".

Flags
Flag
Description
-h, --help
Help for delete command.
-n, --name string
Specify VPN name.
Last updated
