Delete the Virtual Machine

This section contains the following topics:

Delete VM using vSphere UI

This section explains the procedure to delete a Crosswork Data Gateway VM from vCenter.


Note


Be aware that this procedure deletes all your Crosswork Data Gateway data.


Before you begin

Ensure you have deleted the Crosswork Data Gateway from Crosswork Cloud as described in the Section: Delete Crosswork Data Gateways of the respective Crosswork Cloud application user guide.

Procedure


Step 1

Log in to the VMware vSphere Web Client.

Step 2

In the Navigator pane, right-click the app VM that you want to remove and choose Power > Power Off.

Step 3

Once the VM is powered off, right-click the VM again and choose Delete from Disk.

The VM is deleted.


Delete VM from OpenStack

Follow the steps to delete the Crosswork Data Gateway Service from OpenStack using the OpenStack UI:


Note


This procedure deletes the Crosswork Data Gateway VM data. The Crosswork Data Gateway VM cannot be recovered once it has been deleted.

Before you begin

Ensure that you have deleted the Crosswork Data Gateway from Crosswork Cloud as described in the Section: Delete Crosswork Data Gateways in the Cisco Crosswork Cloud User Guide.

Procedure


Step 1

From the OpenStack UI:

  1. Log in to the OpenStack UI.

  2. Navigate to Compute > Instances.

  3. From the list of VM displayed in this page, select the VM you want to delete.

  4. Click Delete Instances.

  5. Click Delete Instances in the confirmation window that appears to delete the VM.

OR

Step 2

From the OpenStack CLI:

  1. Log in to the OpenStack VM from CLI.

  2. Run the following command:

    openstack server delete CDG_VM_name

    For example,

    openstack server delete cdg-ospd1
  3. (Optional) Confirm that the VM has been deleted by viewing the list of all VMs.

    openstack server list