Skip to main content

Disable backups for ServerGroup

Used to disable backup property for a server group

Path Parameters
  • serverGroupId int32 required

    Id of the serverGroup to modify

Query Parameters
  • enableAfterADelay int32

    Provide UTC time in unix format.

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/servergroup/:servergroupid/backup/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

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