Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

projects delete

Delete a project

Usage

mellon projects delete <id>
Projects contain a protected prod environment by default. Confirm its deletion explicitly:
mellon projects delete <id> --confirm-protected
Without this option, Mellon refuses to delete a project that contains any protected environment.

Options

OptionDescription
--confirm-protectedConfirm deletion of protected environments in the project

Global Options

OptionDescription
-h, --helpDisplay this message
-v, --versionDisplay version number
--token [token]Auth token override
--api-url [url]API URL override (default: https://mellon.jsj.sh)