v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 KB
kubernetes

Toggle the system state for a namespace

Toggle the system state for a namespace Access policy: Administrator or environment administrator.

put/kubernetes/{id}/namespaces/{namespace}/system

Path parameters

idinteger required

Environment identifier

namespacestring required

Namespace name

Request body

Systemboolean

Toggle the system state of this namespace to true or false

Example request

{
  "System": true
}

Response

Success