Previous page

Next page

Locate page in Contents

Print this page

remove

Summary:

Removes an existing task from scheduler.

Request specification:

Name

Min/Max

Type

Description

remove

1..1

 

 

{

 

 

 

id

1..1

guid_type

Task ID. Use the list call to get a list of the existing tasks.

}

 

 

 

Returns:

OK/Error

Description:

Removes a task from scheduler that was previously added with the add request. This operation is irreversible. Once the task is removed, it cannot be recovered. To temporarily disable the task, use the update call specifying the disabled parameter.

Example:

<packet>

<target>scheduler</target>

<data>

<scheduler>

<remove>

<task>

<id>da696f91-887e-460e-bd42-93f161f6afc6</id>

</task>

</remove>

</scheduler>

</data>

</packet>

Please send us your feedback on this help page