Docs / Operational Controls

Maintenance mode

Maintenance mode pauses new deploys while existing services keep running. Enable it from the API or with ISOWARD_MAINTENANCE_MODE=1 on the gateway.

Check status

http
GET /v1/platform/maintenance

Toggle (admin)

http
POST /v1/platform/maintenance
{ "enabled": true }

Rollbacks and other non-deploy operations are not blocked.