Reload Service

Reload Service

Valid input values are:

  • vpostgres
  • nginx
Request
URI
POST
https://{api_host}/api/1.0.0/services/{service-name}/reload
COPY
Path Parameters
string
service-name
Required

Reloads(and not restarts) the configuration of requested service on this appliance.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

404

service-name value specified is not valid.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/api/1.0.0/services/{service-name}/reload