Skip to main content

Delete a data service

When you want to remove your data service from your deployment target, you must remove it from PDS and delete the storage volumes from your cluster.

caution

You cannot undo this action.

Prerequisites

  • A running data service

  • Client access to the cluster you want to delete the data service from

Remove the data service from PDS

  1. From the Data Services Dashboard, expand the data service that you want to delete.

  2. Select Delete from the details:

    delete a data service

  3. Follow the instructions in the Delete Deployed Service dialog box, and select Delete Permanently to delete the data service from PDS.

Once completed, PDS stops the data service and deletes the deployment information from the target cluster. Proceed to the next step to remove storage volumes.

You can also delete using one of the following options:

  • Select the vertical ellipsis menu icon next to Edit, in the Deployment details page, and select Delete:

    delete a data service

  • In the Details section, select the bin icon to directly delete failed deployments:

    delete directly

Delete the storage volumes

  1. Connect to your deployment target.

  2. Find your volumes under the namespace you associated with PDS.

    pxctl volume list
  3. Using pxctl, delete the volumes.

    pxctl volume delete <volume-name>
Was this page helpful?