REST API - stop

appliance techpreview services: stop

Stop a service

Request:

HTTP request

POST https://{server}/rest/appliance/techpreview/services/stop

Request Body Structure:

{
    "name""string",
    "timeout"1
}

Request Body Parameters:

Name Type Description
bold = required
name string Name of service.
timeout long Timeout in seconds. Zero (0) means no timeout.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
500 error Generic error