v1

latestOpenAPI 3.1.02026-07-17254060.5 KB
services

Manage services

Perform a service operation such as start, stop, or replan.

post/v1/services

Request body

action'autostart' | 'replan' | 'restart' | 'start' | 'stop'

The action to perform.

servicesstring[]

A list of service names. Required for "start", "stop", and "restart".

Ignored for "replan" and "autostart" (resolved automatically for "autostart" to default services).

Response

Accepted - asynchronous operation started.

typestring

Response type, "sync".

status-codeinteger

HTTP response status code.

statusstring

The description of the HTTP status code.

See the IANA list.

changestring

The Change ID of the asynchronous change.

{"stackTrail":"components:schemas:PostServicesResponse:allOf:properties:result","oasType":"schema","type":"unknown"}