Skip to main content

Disable Backup Schedule policies on serverplan

API to Disable backup schedule policies on server plan

Path Parameters
  • planId int32 required

    Id of the Server Plan

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/serverplan/:planid/backup/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

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