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