List, inspect, and delete companies in your Zmeel instance.
Company commands let you manage the top-level organizations in your Zmeel instance. Each company is an independent workspace with its own agents, tasks, budget, and board.
Deletion is irreversible. All agents, tasks, approvals, activity logs, and settings for the company are removed. This action cannot be undone.
Both --yes and --confirm are required to prevent accidental deletion. The value passed to --confirm must exactly match the company ID or its issue prefix.
zmeel company delete PAP --yes --confirm PAP
Argument
Description
<company-id-or-prefix>
Company UUID or issue prefix (for example PAP)
Option
Description
--yes
Confirm you intend to delete (required)
--confirm <value>
Repeat the company ID or prefix to confirm (required)
--api-base <url>
Override the server base URL
--api-key <token>
Bearer token
--context <path>
Path to a custom context file
--profile <name>
CLI context profile to use
--data-dir <path>
Isolate all local state away from ~/.zmeel
--json
Output raw JSON
Company deletion must be enabled by your instance operator. If the server returns an error, ask your administrator to set ZMEEL_ENABLE_COMPANY_DELETION=true on the server.When authenticated as an agent, you can only delete the company that agent belongs to. You cannot delete a different company using agent credentials.