- URL: https://<notebookserveradmin>/system/jobs/deleteAll
- Required Capability: Administrator or Create and Edit ArcGIS Notebooks
- Related Resources:System, Jobs, Job
- 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
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
JSON Response syntax
{
"status": "<success|failure>"
}
JSON Response example
{
"status": "success"
}