vserver services ndmp restartable-backup delete
Delete an NDMP restartable backup context
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver services ndmp restartable-backup delete command deletes an NDMP restartable backup context. The -force flag can be used to forcibly destroy a NDMP restartable backup context.
Parameters
- -vserver <Vserver Name> - Vserver
- This parameter specifies the name of the Vserver for which NDMP restartable backup context is to be deleted.
- -context-id <UUID> - Context Identifier
- This parameter specifies the NDMP restartable backup context ID which needs to be deleted.
- [-force [true]] - Force Delete (privilege: advanced)
- If this parameter is specified, the context is deleted even if there are internal errors.
Examples
The following example shows how to delete an NDMP restartable backup context:
cluster1::> vserver services restartable-backup delete -vserver cluster1-01 -context-id 0f8f5c44-d540-11e5-8c45-005056963504
cluster1::>
Give documentation feedback