Page cover

delete-openvpn

The vpn delete-openvpn command allows you to delete an existing OpenVPN configuration from your project. This command removes the OpenVPN service associated with the specified VPN instance and user credentials.

Usage

cldkctl vpn delete-openvpn [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-openvpn
  1. Enter your project name in the Project Name field. Refer to project list to verify or obtain the correct project name.

  2. Enter the VPN instance name in the VPN Name field. Refer to vpn list to confirm the VPN name before proceeding.

  3. Enter the public IP address in the IP Public field. The IP address can also be obtained from vpn list.

  4. Enter the username associated with the OpenVPN configuration in the Username field.

  5. Confirm the deletion process by pressing y for Confirm or n for Cancel.

  1. Once successful, the terminal displays “✓ OpenVPN on process deleted in 20 seconds”.

Flags

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

Flag
Description

-h, --help

Help for delete open vpn command.

Last updated