CLI Guide

Table Of Contents
Examples Delete schedule Sched1.
# delete schedule Sched1
See also
create schedule
set schedule
show schedules
delete snapshot
Description Deletes specified snapshots. This command applies to virtual storage only.
All data uniquely associated with the snapshot is deleted and associated space in the pool is freed for
use. The snapshot's schedules are also deleted.
CAUTION: When a snapshot is deleted, all data in the snapshot will be lost.
This command has a confirmation prompt in interactive console mode.
Minimum role manage
Syntax
delete snapshot
snapshots
Parameters
snapshots
A comma-separated list of the names or serial numbers of the snapshots to delete. A name that
includes a space must be enclosed in double quotes
Examples Delete standard snapshots s1, s2, and s3.
# delete snapshot s1,s2,s3
See also
delete all-snapshots
show snapshots
delete task
Description
Deletes a task. If the task is scheduled, a confirmation prompt will ask whether you want to delete
the task and its schedules. Reply yes to delete both, or no to cancel the command.
Minimum role manage
Syntax
delete task
[prompt yes|no]
task
Parameters
prompt yes|no
Optional. For scripting, this specifies an automatic reply to confirmation prompts:
yes: Allow the command to proceed.
no: Cancel the command.
If this parameter is omitted, you must manually reply to prompts.
task
The name of the task to delete.
Examples Delete task Task1.
74 Alphabetical list of commands