curl --request GET \
--url https://api.archera.ai/v1/org/{org_id}/commitment-plans/default \
--header 'x-api-key: <api-key>'[
{
"id": "11111111-1111-1111-1111-111111111111",
"name": "Recommended",
"description": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2025-06-01T08:00:00Z",
"is_calculating": false,
"status": "active",
"max_term": "string",
"covered_ondemand_cost_hourly": 3.21,
"before_ondemand_cost_hourly": 4.56,
"before_reserved_cost_hourly": 0,
"amortized_cost_hourly": 2.98,
"recurring_cost_hourly": 0.23,
"upfront_cost_hourly": 0,
"before_cost_hourly": 4.56,
"after_cost_hourly": 3.21,
"total_cost_hourly": 3.44,
"savings_hourly": 1.12,
"fee_hourly": 0.1,
"commitment_coverage": 0.7,
"minimum_commitment_cost": 1200,
"breakeven_hours": 300,
"total_savings": 980,
"monthly_savings": 82,
"total_monthly_before_cost": 330
},
{
"id": "22222222-2222-2222-2222-222222222222",
"name": "Balanced",
"description": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2025-06-01T08:00:00Z",
"is_calculating": false,
"status": "active",
"max_term": "string",
"covered_ondemand_cost_hourly": 4.85,
"before_ondemand_cost_hourly": 6.5,
"before_reserved_cost_hourly": 0,
"amortized_cost_hourly": 3.75,
"recurring_cost_hourly": 0.54,
"upfront_cost_hourly": 0,
"before_cost_hourly": 6.5,
"after_cost_hourly": 4.29,
"total_cost_hourly": 4.83,
"savings_hourly": 1.67,
"fee_hourly": 0.15,
"commitment_coverage": 0.85,
"minimum_commitment_cost": 2000,
"breakeven_hours": 450,
"total_savings": 1460,
"monthly_savings": 122,
"total_monthly_before_cost": 440
},
{
"id": "33333333-3333-3333-3333-333333333333",
"name": "High Savings",
"description": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2025-06-01T08:00:00Z",
"is_calculating": false,
"status": "active",
"max_term": "string",
"covered_ondemand_cost_hourly": 7.25,
"before_ondemand_cost_hourly": 8.9,
"before_reserved_cost_hourly": 0,
"amortized_cost_hourly": 5.1,
"recurring_cost_hourly": 0.85,
"upfront_cost_hourly": 0,
"before_cost_hourly": 8.9,
"after_cost_hourly": 5.95,
"total_cost_hourly": 6.8,
"savings_hourly": 2.1,
"fee_hourly": 0.25,
"commitment_coverage": 0.95,
"minimum_commitment_cost": 3500,
"breakeven_hours": 620,
"total_savings": 2540,
"monthly_savings": 220,
"total_monthly_before_cost": 650
}
]Retrieves the three default Archera commitment plans (High Savings, Balanced, Recommended) for the specified cloud provider. These plans are automatically generated based on the organization’s usage patterns. Each plan offers different trade-offs between cost savings and flexibility.
curl --request GET \
--url https://api.archera.ai/v1/org/{org_id}/commitment-plans/default \
--header 'x-api-key: <api-key>'[
{
"id": "11111111-1111-1111-1111-111111111111",
"name": "Recommended",
"description": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2025-06-01T08:00:00Z",
"is_calculating": false,
"status": "active",
"max_term": "string",
"covered_ondemand_cost_hourly": 3.21,
"before_ondemand_cost_hourly": 4.56,
"before_reserved_cost_hourly": 0,
"amortized_cost_hourly": 2.98,
"recurring_cost_hourly": 0.23,
"upfront_cost_hourly": 0,
"before_cost_hourly": 4.56,
"after_cost_hourly": 3.21,
"total_cost_hourly": 3.44,
"savings_hourly": 1.12,
"fee_hourly": 0.1,
"commitment_coverage": 0.7,
"minimum_commitment_cost": 1200,
"breakeven_hours": 300,
"total_savings": 980,
"monthly_savings": 82,
"total_monthly_before_cost": 330
},
{
"id": "22222222-2222-2222-2222-222222222222",
"name": "Balanced",
"description": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2025-06-01T08:00:00Z",
"is_calculating": false,
"status": "active",
"max_term": "string",
"covered_ondemand_cost_hourly": 4.85,
"before_ondemand_cost_hourly": 6.5,
"before_reserved_cost_hourly": 0,
"amortized_cost_hourly": 3.75,
"recurring_cost_hourly": 0.54,
"upfront_cost_hourly": 0,
"before_cost_hourly": 6.5,
"after_cost_hourly": 4.29,
"total_cost_hourly": 4.83,
"savings_hourly": 1.67,
"fee_hourly": 0.15,
"commitment_coverage": 0.85,
"minimum_commitment_cost": 2000,
"breakeven_hours": 450,
"total_savings": 1460,
"monthly_savings": 122,
"total_monthly_before_cost": 440
},
{
"id": "33333333-3333-3333-3333-333333333333",
"name": "High Savings",
"description": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"created_at": "2025-06-01T08:00:00Z",
"is_calculating": false,
"status": "active",
"max_term": "string",
"covered_ondemand_cost_hourly": 7.25,
"before_ondemand_cost_hourly": 8.9,
"before_reserved_cost_hourly": 0,
"amortized_cost_hourly": 5.1,
"recurring_cost_hourly": 0.85,
"upfront_cost_hourly": 0,
"before_cost_hourly": 8.9,
"after_cost_hourly": 5.95,
"total_cost_hourly": 6.8,
"savings_hourly": 2.1,
"fee_hourly": 0.25,
"commitment_coverage": 0.95,
"minimum_commitment_cost": 3500,
"breakeven_hours": 620,
"total_savings": 2540,
"monthly_savings": 220,
"total_monthly_before_cost": 650
}
]API key for authentication. Get your key from User Settings > API Access in the Archera platform.
Cloud provider to get default plans for
aws, azure, gcp "aws"
OK
new, reviewed, scheduled, completed, draft, needs_review, in_progress Was this page helpful?