Skip to main content

Returns estimated cost of an existing cluster - typical cost represents the cost for the current scale of the clusters node pools

GET 

/api/v2/costestimates/cluster/:workspace/:cluster

Returns estimated cost of an existing cluster - typical cost represents the cost for the current scale of the clusters node pools

Request

Path Parameters

    workspace stringrequired

    Workspace of the cluster to estimate current cost for

    cluster stringrequired

    Name of the cluster to estimate current cost for

Responses

An estimate of the costs for the cluster

Schema

    costElements

    undefined[]

  • Array [

  • maxCost int64required
    minCost int64required
    name string
    typicalCost int64required
  • ]

  • maxCost int64required
    minCost int64required
    preparedAt string
    typicalCost int64required
Loading...