Update hibernation settings for a team
POST
/
teams
/{team_id}
/hibernation-settings
Request Body
application/json
Requiredupdate hibernation settings body
activity_hibernation_delay
integer
Time in minutes of inactivity after which pods belonging to this team will be hibernated
automatic_hibernation_time
integer
Time in minutes since midnight at which pods belonging to this team will be hibernated
cluster_activity_hibernation_delay
integer
Time in minutes of inactivity after which clusters belonging to this team will be hibernated
cluster_automatic_hibernation_time
integer
Time in minutes since midnight at which clusters belonging to this team will be hibernated
cluster_hibernation_strategy
string
Cluster hibernation strategy
Value in:
"none" | "time" | "activity"
hibernation_strategy
Requiredstring
Team hibernation strategy
Value in:
"none" | "time" | "activity"
spending_limit_notifications_enabled
boolean
Whether spending notifications are enabled for this team
team_monthly_spending_limit
integer
Spending limit this month in dollars for this team
Path Parameters
team_id
Requiredstring
Header Parameters
Authorization
Requiredstring
OK