We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Administer ArcGIS Server services (10.1 or higher).
agrc.agserver.Services()
startMapService(service)
bq. service:String example: r'Broadband/ProviderCoverage'
bq. Start a map service.
stopMapService(service)
bq. Stop a map service.
restartMapService(service)
bq. Restart a map service.
startAllServices()
bq. Start all services on the server.
stopAllServices()
bq. Stop all services on the server.
restartAllServices()
bq. Restart all services on the server.
commandService(service, command, serviceType)
bq. command:String -s|start, -x|stop, -r|restart
bq. serviceType:String MapServer, GeocodeServer, GPServer, GlobeServer
bq. Start, stop or restart a service.