latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-18288558922.3 KB

eb53f39272b0

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