DevZero Logo
DevZero

Get team hibernation settings

Get team hibernation settings data

GET
/teams/{team_id}/hibernation-settings
/teams/{team_id}/hibernation-settings

Header Parameters

Authorization
Required
string

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

Path Parameters

team_id
Required
string

ID of team

curl -X GET "https://api.devzero.io/backend/v0/teams/string/hibernation-settings" \
  -H "Authorization: string"

OK

{
  "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
}