Home > |
---|
Delete partition policy template.
partition policytemplate delete [-all] [-name<template-name>] [-force]
Option | Shortcut | Parameter | Description |
---|---|---|---|
-all | -a | . | Delete all templates |
-name | -n | <template name> | Specifies the name of the application partition policy template to delete. Application partition policy template names are obtained with the partition policyTemplate -list command. |
-force | -f | . | Force the option. Useful for scripting. |
lunash:> partition policyTemplate delete -name MyTemplate01 Are you sure you wish to delete partition policy template: MyTemplate01 Type 'proceed' to continue, or 'quit' to quit now. > proceed Succes: Deleted partition policy template: MyTemplate01 Command Result : 0 (Success)