The following code example resets all services:
Plug p = Plug.New("http://deki-hayes/@api/deki");
p.At("users", "authenticate").WithCredentials("admin", "password").Get();
p.At("site", "services").Post(); Sample response indicating that two services were reset:
<services>
<service id="1" href="http://deki-hayes/@api/deki/site/services/1" />
<service id="2" href="http://deki-hayes/@api/deki/site/services/2" />
</services>