---
title: "Postpone Schedule Recommendation"
method: POST
path: "/v2/schedule_recommendations/postpone"
tags: ["Schedule Recommendations"]
---

# Postpone Schedule Recommendation

`POST /v2/schedule_recommendations/postpone`

Postpone Schedule Recommendations

## Request body

- ScheduleRecommendationPostponeRequest
  - `tenant_id` string, required — Tenant Id
  - `recommendation_id` string, required — Recommendation id
  - `schedule_finding` 'hourly' | 'weekly', required — Schedule Finding Type
  - `schedule_periods` string[], required — List of from_times or days for the recommendation
  - `duration` integer, required — Duration of Delay to perform postpone
  - `unit` 'hours' | 'days', required — Unit for duration
  - `emails` string[], required — Email addresses to notify
  - `resource_type` string — Name of the resource component
  - `resource` string — Name of the resource
  - `day` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
  - `from_time` string, date-time — FromTime of the calculation
  - `to_time` string, date-time — ToTime of the calculation
  - `potential_cost_savings_monthly` number — Monthly Cost Savings of the Recommendation

## Response `200`

Postponed

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
