/cancelScheduledInstall: Cancel Scheduled Download and Install Package

URL:
https://[root]/portals/[portalID]/livingatlascatalog/cancelScheduledInstall
Methods:
POST
Required Capability:
Administrator
Version Introduced:
11.3

Example usage

The following is a sample ArcGIS Enterprise POST request for the cancelScheduledInstall operation:

1
2
3
4
5
6
POST /webadaptor/sharing/rest/portals/0123456789SBCEDF/livingatlascatalog/cancelScheduledInstall
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

packageId=&scheduleId=3f0790c95488464d8d5ebcc36630447d&f=pjson

Description

The cancelScheduledInstall operation cancels a currently scheduled content update for ArcGIS Living Atlas.

Request parameters

ParameterDetails

packageId

(Optional)

Specifies the ID of an ArcGIS Living Atlas content package that was scheduled to be downloaded and installed.

Example

1
packageId=1897ca6b39284c4db098f439da5a92e0

scheduleId

(Required)

Provides the ID of a currently scheduled content update. The value for this parameter can be retrieved from the Download and Install Package response after scheduling the job, or from the Living Atlas Catalog resource.

Example

1
scheduleId=3f0790c95488464d8d5ebcc36630447d

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
{
  "accountId": "0123456789ABCDEF",
  "packageId": "3dd3ed5e-ef71-4b90-aaf4-a689a834e596",
  "scheduleId": "3f0790c95488464d8d5ebcc36630447d",
  "importDateTime": 1705050000000,
  "status": "cancelled",
  "created": 1704986271044,
  "modified": 1704986271060,
  "startTime": 1705050000000,
  "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close