v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Schedule Recommendations

Postpone Schedule Recommendation

Postpone Schedule Recommendations

post/v2/schedule_recommendations/postpone

Request body

tenant_idstring required

Tenant Id

recommendation_idstring required

Recommendation id

schedule_finding'hourly' | 'weekly' required

Schedule Finding Type

schedule_periodsstring[] required

List of from_times or days for the recommendation

durationinteger required

Duration of Delay to perform postpone

unit'hours' | 'days' required

Unit for duration

emailsstring[] required

Email addresses to notify

resource_typestring

Name of the resource component

resourcestring

Name of the resource

day'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
from_timestring date-time

FromTime of the calculation

to_timestring date-time

ToTime of the calculation

potential_cost_savings_monthlynumber

Monthly Cost Savings of the Recommendation

Example request

{
  "schedule_finding": "hourly",
  "unit": "hours",
  "day": "MONDAY"
}

Response

Postponed

boolean required