Skip To Content
ArcGIS Developer
Dashboard

Terminate Container

Description

The operation stops a running container. Administrators can terminate containers owned by any user. Other users can only terminate containers they own.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Response properties

PropertyDetails
status

Whether the operation succeeded.

Example usage


https://server:port/arcgis/admin/system/containers/<containerId>/terminateContainer
f=json

JSON Response example

{"status": "success"}