Skip to content

uc-apx delete region

Delete a region construct (and all of its nested children: items, columns, buttons, …) from the named page’s .apx file. Blocks by default when any other construct references the region — pass —force to override.

uc-apx delete region <id> [flags]
FlagTypeDefaultDescription
--dry-runShow what would be deleted without writing
--forceDelete even when other constructs reference the target (lists referrers as a warning)
--pagestringTarget page (numeric ID, alias, or name) [required]
FlagTypeDefaultDescription
--app-dirstring.Path to the APEX application directory
--json-prettyOutput in pretty-printed JSON (human-readable) instead of minified JSON
--toonOutput in TOON format (human-readable, token-efficient) instead of JSON