Problem / Use Case
Landing Zones can be deactivated via the UI, but there is no way to reactivate them again in self-service. Platform engineers who deactivate a Landing Zone temporarily (e.g. for maintenance or restructuring) are forced to contact support to re-enable it, resulting in unnecessary delays.
Proposed Solution
Add a "Reactivate" action to the Landing Zone actions menu, symmetric to the existing "Deactivate" option. The same capability should also be available via the meshLandingZone API (e.g. by setting
lifecycleState: ACTIVE
).