Skip to main content

Disable Restore for an Instance

Used to disable backup property for an instance

Path Parameters
  • instanceId int32 required

    Id of the instance to modify

Query Parameters
  • enableAfterADelay int32

    Provide UTC time in unix format.

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/instance/:instanceid/backup/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

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