DevZero Logo

DevZero

Get team hibernation settings

Get team hibernation settings data

GET
/teams/{team_id}/hibernation-settings

Path Parameters

team_idstring

ID of team

Header Parameters

Authorizationstring

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

Response Body

curl -X GET "https://api.devzero.io/backend/v0/teams/string/hibernation-settings" \
  -H "Authorization: string"
{
  "activity_hibernation_delay": 0,
  "automatic_hibernation_time": 0,
  "cluster_activity_hibernation_delay": 0,
  "cluster_automatic_hibernation_time": 0,
  "cluster_hibernation_strategy": "none",
  "hibernation_strategy": "none",
  "spending_limit_notifications_enabled": true,
  "team_monthly_spending_limit": 0
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}