Select to view content in your preferred language

How can I cancel the Update Subnetwork operation from the rest service?

171
1
Jump to solution
04-17-2025 04:03 AM
JohnGoat
Occasional Contributor

Hi everbody,

I started the UpdateSubnetwork process via the rest service. I want to cancel this process, how can I do this?
When I go to the job address via the service, it does not list the process and appears empty. But it continues to perform the process.
https://...................../server/rest/services/............../UtilityNetworkServer/jobs

Version: Enterprise 11.3

I looked at the page below but I'm not sure if this is what I need.

https://developers.arcgis.com/rest/enterprise-administration/server/jobs-service/

 

JohnGoat_0-1744887377355.png

 

0 Kudos
1 Solution

Accepted Solutions
RobertKrisher
Esri Regular Contributor

If you made the request synchronously, the default behavior, the process cannot be cancelled but will time out if it runs for too long. It is possible to purge the queue of all jobs, but that would also cancel any other jobs currently running.

View solution in original post

0 Kudos
1 Reply
RobertKrisher
Esri Regular Contributor

If you made the request synchronously, the default behavior, the process cannot be cancelled but will time out if it runs for too long. It is possible to purge the queue of all jobs, but that would also cancel any other jobs currently running.

0 Kudos