---
title: "Cost Analysis Subscribe"
method: POST
path: "/summary/v2/cost-analysis/subscribe"
tags: ["SUMMARY_V2"]
deprecated: true
---

# Cost Analysis Subscribe

`POST /summary/v2/cost-analysis/subscribe`

> **Deprecated.**

## Headers

- `x-tenant` string, required

## Request body

- CostAnalysisSubscribeRequest
  - `emails` string[], required
  - `instance_id` integer, nullable
  - `schedule` ScheduleConfig
    - `interval` 'daily' | 'weekly' | 'monthly', required
    - `day_of_week` integer, nullable
    - `day_of_month` integer, nullable
    - `hour` integer, nullable
    - `minute` integer, nullable
    - `timezone` string, nullable
  - `enable_rca` boolean, nullable

## Response `200`

Successful Response

- CostAnalysisSubscriptionResponse
  - `message` string, required
  - `schedule` ScheduleConfig
    - `interval` 'daily' | 'weekly' | 'monthly', required
    - `day_of_week` integer, nullable
    - `day_of_month` integer, nullable
    - `hour` integer, nullable
    - `minute` integer, nullable
    - `timezone` string, nullable
  - `emails` string[], nullable
  - `enable_rca` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
