Delete All Jobs

URL:
https://<notebookserveradmin>/system/jobs/deleteAll
Methods:
GET
Required Capability:
Administrator or Create and Edit
Version Introduced:
10.9

Description

With the deleteAll operation, administrators and users with create and edit notebook privileges can clean up an open notebook and execute notebook jobs on demand. Administrators can view and delete all jobs, while non-administrative users with create and edit notebook privileges can only view and delete their own jobs. Only jobs in completed or failed states will be cleaned up.

Request parameters

ParameterDetails

f

The response format. The default response format is html .

Values: html | json | pjson

JSON Response syntax

1
2
3
{
  "status": "<success|failure>"
}

JSON Response example

1
2
3
{
  "status": "success"
}

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