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

Use dark colors for code blocksCopy
1
2
3
{
  "status": "<success|failure>"
}

JSON Response example

Use dark colors for code blocksCopy
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.