Skip to content

Update a pod

PATCH
/v1/admin/pods/{id}

Patch pod fields such as state, label, or disabled.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Pod ID

Type
string
Required

Request Body

application/json
JSON
{
}

Responses

OK

application/json
JSON
{
  
"created_at": "string",
  
"disabled": true,
  
"id": "string",
  
"label": "string",
  
"last_heartbeat": "string",
  
"last_stats": "string",
  
"state": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI