Skip to main content
Version: 24.07.01

Delete a data service

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

info

You cannot undo this action.

Prerequisites​

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

Delete a data service from the PDS platform

  1. From the Data Services Overview page, in the data service that you want to delete, click on the vertical ellipsis menu icon and select the Delete option.
  2. Follow the instructions in the Delete Deployed Service window that appears, and select Delete.

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

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 voluems.

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