services

Manage services

Services operations, like start/stop/restart a service/services, auto-start default services, and 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. Returns a change ID.

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"}

Changes