Task

Hard Reset

Reset a task and recalculate its policy from scratch. Unlike Restart, this re-evaluates which policy applies to the task.

post/api/v1/tasks/{task_id}/action/reset

Path parameters

task_idstring required

The ID of the task to reset.

Request body

commentstring

The comment attached to the request.

Response

The TaskActionsServiceHardResetResponse returns the updated task after a hard reset.

ticketActionIdstring

The ID of the task reset action created by this request.

Changes