delete-event

Syntax

tadm delete-event common_options 
--config=config_name --command=restart|reconfig|rotate-log|rotate-access-log|update-crl|commandline
((--time=hh:mm[--month=1-12] 
[--day-of-week=sun|mon|tue|wed|thu|fri|sat] [--day-of-month=1-31])| --interval=number_of_seconds)]

Description

Use this command to delete a scheduled event.

Options

For information about common_options, run the help command.

--config|-c

Specify the configuration for which you want to delete an event.

--command|-C

Specify the command that the event executes. The values can be restart, reconfig, rotate-log, rotate-access-log, update-crl, or any executable command.

--time|-t

Specify the time when you want this event to start. The time format is hh:mm, for example, 12:30.

--month|-m

Specify the month when you want this event to start. The range of values is 1 to 12.

--day-of-week|-k

Specify the day of the week when you want this event to occur. The values can be Sun, Mon, Tue, Wed, Thu, Fri or Sat.

--day-of-month|-d

Specify the day of the month when you want this event to occur. The range of values is 1 to 31.

--interval|-r

Specify the time interval at which you want this event to occur. The range of values is 60 to 86400 seconds.

Example

tadm delete-event --user=admin --host=admin.example.com 
--password-file=./admin.passwd --port=8989 
--no-prompt --config=www.example.org --command=restart 
--interval=600

Exit Codes

The following exit values are returned:

0: command executed successfully

>0: error in executing the command

For more information about exit codes and syntax notations, run the help command.

See Also

help, create-event, list-events, disable-event, enable-event