Skip To Content

Start and stop services

Starting and stopping services are common actions you'll need to perform when administering ArcGIS Server. For example, you may need to stop a service to change some of its properties and start it again for the changes to take effect.

Start a service in Manager

Starting a service makes it available for client access. When you start a service, the server instantiates the minimum number of instances you specified. As clients request the service, the server returns an available instance. If none are currently available, the server instantiates more instances to meet demand until the maximum number of instances is reached. At this point, any new clients that make a request for the service are placed in a queue for the next available instance.

  1. Start ArcGIS Server Manager and sign in. If you need help with this step, see Log in to Manager.
  2. Click Services > Manage Services. The Manage Services module appears.
  3. Click the Start button Start. The service you selected in the module will start. If the Start button is unavailable, it means the service has already been started and is currently running.

Stop a service in Manager

When you stop a service, the server immediately removes all instances of that service from the server. This frees up any machine resources that were dedicated to the service. Clients that were using the service may fail to work properly because the service is no longer available.

  1. Start ArcGIS Server Manager and sign in. If you need help with this step, see Log in to Manager.
  2. Click Services > Manage Services. The Manage Services module appears.
  3. Click the Stop button Stop. The service you selected in the module will stop. If the Stop button is unavailable, it means the service is currently stopped.