Removes a task schedule and cancels any future iterations of the schedule. You can use this action to cancel configured schedules, as well as schedules that you create by using the ScheduleTask action.
This action does not cancel any iteration of the schedule that is running when you send the UnscheduleTask
action.
http://localhost:15000/a=UnscheduleTask&ScheduleName=BreakingNewsENUS
This action removes the BreakingNewsENUS
schedule.
Parameter | Description | Required |
---|---|---|
OutputEncoding | The encoding to use for the action output. | |
ScheduleName | The name of the schedule. | Yes |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |
|