0%
Kill Running Task on vManage
Kill Running Task on vManage
https://1.1.0.11:8443/dataservice/device/action/status/tasks
{"runningTasks":[{"detailsURL":"/dataservice/device/action/status","userSessionUserName":"admin","@rid":327,"tenantName":"DefaultTenant","processId":"push_feature_template_configuration-a25f3f2f-32a3-47f7-8022-ee86554f7062","userSessionIP":"172.16.32.11","name":"Push Feature Template Configuration","tenantId":"default","action":"push_feature_template_configuration","startTime":1756007925476,"endTime":0,"status":"in_progress"}]}
to kill this task we need to run below with processid from above
https://1.1.0.11:8443/dataservice/device/action/status/tasks/clean?processid=push_feature_template_configuration-a25f3f2f-32a3-47f7-8022-ee86554f7062