rmtask
Use the rmtask command to remove a scheduled task.
Syntax
Parameters
- -help | -h | -?
- Lists help for the command. If you specify additional parameters and arguments, those parameters and arguments are ignored.
- -quiet
- Suppresses the confirmation prompt for this command. This flag answers yes to all confirmation prompts.
- id | -
- Specifies the ID of the task to be removed.
Alternatively, use the dash (-) to specify that input for this parameter comes from an input stream (stdin). The dash is supported only in single-shot mode.
Example: Removing a task
The following command removes a task with ID 7.
csmcli> rmtask -quiet 7
The following output is returned:
IWNR2214I The scheduled task flashtask has been removed.