Request parameters
| Parameter Name | Description | Required |
| id | ID of Instance schedule | true |
| description | Name of the schedule | false |
| enabled | Enable Instance schedule | false |
| enddate | End date after which the schedule becomes inactive(Format "yyyy-MM-dd hh:mm:ss") | false |
| schedule | Schedule for action on Instance in cron format. e.g. '0 15 10 * *' for 'at 15:00 on 10th day of every month' | false |
| startdate | Start date from which the schedule becomes active(Format "yyyy-MM-dd hh:mm:ss") | false |
| timezone | Specifies a timezone for this command. For more information on the timezone parameter, see TimeZone Format. | false |
Response Tags
| Response Name | Description |
| id | The ID of Instance schedule |
| action | Action |
| created | Date when the schedule was created |
| description | Description of Instance schedule |
| enabled | VM schedule is enabled |
| enddate | Date after which the schedule becomes inactive |
| schedule | Cron formatted Instance schedule |
| startdate | Date from which the schedule is active |
| timezone | Timezone of the schedule |
| virtualmachineid | ID of Instance |