Skip to main content

Disable Restores for a Server

Used to disable restore property for server

Path Parameters
  • serverId int32 required

    Id of the Server whose details have to be modified

Query Parameters
  • enableAfterADelay int32

    Provide UTC time in unix format.

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/server/:serverid/restore/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
serverId — path required
enableAfterADelay — query
curl -L -X PUT 'https://localhost/webconsole/api/V4/Server/:serverId/Restore/Action/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'