# Cloud Cost AutoStopping Fixed Schedules This contains APIs to manage fixed schedules for the AutoStopping Rules. ## Return all the AutoStopping Rule fixed schedules - [GET /gateway/lw/api/accounts/{account_id}/schedules](https://apidocs.harness.io/cloud-cost-autostopping-fixed-schedules/listautostoppingschedules.md): Retrieves all fixed schedules configured for an AutoStopping Rule. Fixed schedules define specific times when resources should be automatically started or stopped. ## Create a fixed schedule for an AutoStopping Rule - [POST /gateway/lw/api/accounts/{account_id}/schedules](https://apidocs.harness.io/cloud-cost-autostopping-fixed-schedules/createautostoppingschedules.md): Creates a new fixed schedule for an AutoStopping Rule to automatically start or stop resources at specific times. ## Delete a fixed schedule for AutoStopping Rule - [DELETE /gateway/lw/api/accounts/{account_id}/schedules/{schedule_id}](https://apidocs.harness.io/cloud-cost-autostopping-fixed-schedules/deleteautostoppingschedule.md): Permanently deletes a fixed schedule from an AutoStopping Rule. The rule will no longer start or stop resources based on this schedule.