Apache CloudStack 4.21.0.0 Root Admin API Reference
deleteBackupSchedule
Deletes the backup schedule of a VM
Request parameters
Parameter Name | Description | Required |
id | ID of the backup schedule to be deleted. It has precedence over the 'virtualmachineid' parameter, i.e., when the 'id' parameter is specified, the 'virtualmachineid' parameter will be ignored. | false |
virtualmachineid | ID of the VM from which all backup schedules will be deleted. | false |
Response Tags
Response Name | Description |
displaytext | any text associated with the success or failure |
success | true if operation is executed successfully |