Is it possible to set for example Capabilities for a running specific map service through the arcpy Python API? I searched for methods that can help me with this but can't find anything.
Let's say I want to activate WMS för a specific service. Then I want to make a call to the server and activate that setting. And then restart the service.
I have managed to publish, stop, start, remove services via arcpy but now I want to make changes in the configuration but can't figure out how.