Previous page

Next page

Locate page in Contents

Print this page

stop

Summary:

Stops the specified services.

A logged operation.

Request specification:

Name

Min/Max

Type

Description

stop

1..[]

service_actionType

 

force

0..1

none

If present, the services that depend on this service will be stopped.

Returns:

OK/Error

Description:

The call stops the specified service or services. If a service doesn't exist or cannot be stopped, an error will be returned.

WindowsExample:

Stopping the Telnet service in the specified server.

<packet version="4.0.0">

<dst>

<host>74ee4ead-577a-438d-a22b-978922ecdac0</host>

</dst>

<target>servicem</target>

<data>

<servicem>

<stop>

<service>

<name>TlntSvr</name>

</service>

</stop>

</servicem>

</data>

</packet>

Please send us your feedback on this help page