Apache CloudStack 4.23.0.0 Root Admin API Reference

updateVMSchedule

Update Instance Schedule.

Request parameters

Parameter NameDescriptionRequired
idID of Instance scheduletrue
descriptionName of the schedulefalse
enabledEnable Instance schedulefalse
enddateEnd date after which the schedule becomes inactive(Format "yyyy-MM-dd hh:mm:ss")false
scheduleSchedule for action on Instance in cron format. e.g. '0 15 10 * *' for 'at 15:00 on 10th day of every month'false
startdateStart date from which the schedule becomes active(Format "yyyy-MM-dd hh:mm:ss")false
timezoneSpecifies a timezone for this command. For more information on the timezone parameter, see TimeZone Format.false

Response Tags

Response NameDescription
idThe ID of Instance schedule
actionAction
createdDate when the schedule was created
descriptionDescription of Instance schedule
enabledVM schedule is enabled
enddateDate after which the schedule becomes inactive
scheduleCron formatted Instance schedule
startdateDate from which the schedule is active
timezoneTimezone of the schedule
virtualmachineidID of Instance