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.
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
From the Data Services Dashboard, expand the data service that you want to delete.
Select Delete from the details:
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:
In the Details section, select the bin icon to directly delete failed deployments:
Delete the storage volumes
Connect to your deployment target.
Find your volumes under the namespace you associated with PDS.
pxctl volume list
Using
pxctl
, delete the volumes.pxctl volume delete <volume-name>