Skip to main content

vserver fpolicy persistent-store delete

Contributors
Suggest changes

Delete a Persist Store

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The vserver fpolicy persistent-store delete command deletes an FPolicy Persistent Store.

Parameters

-vserver <Vserver Name> - Vserver

This parameter specifies the name of the Vserver from which you want to delete the FPolicy Persistent Store.

-persistent-store <text> - Persistent Store Name

This parameter specifies the name of the FPolicy Persistent Store that you want to delete.

[-delete-volume {true|false}] - Delete the Persistent Store Volume

This parameter specifies if the associated volume for the FPolicy Persistent Store has to be deleted. By default, it will be false.

Examples

The following example deletes an FPolicy Persistent Store.

cluster1::> vserver fpolicy persistent-store delete -vserver vs1.example.com -persistent-store ps1 -delete-volume true