Skip to main content

Enable Backups for an Instance

Used to enable backup property for an instance

Path Parameters
  • instanceId int32 required

    Id of the instance to modify

Responses

Success


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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