Documentation Index
Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Starts an asynchronous delete of a namespace and all items in it. Prints a JSON response with ajob_id — poll progress with moorcheh namespace-delete-job-status.
When the job completes, global item quota is freed for all removed items.
Synopsis
Options
| Flag | Required | Description |
|---|---|---|
--namespace-name | Yes | Namespace to delete |
--base-url | No | Default http://localhost:8080 |
Examples
Output
Prints JSON fromDELETE /namespaces/{namespace_name}:
"success" when the delete job was started; "failure" on error.Human-readable result or error description.
Namespace being deleted.
Async delete job id — use with
namespace-delete-job-status.Example output
Workflow
status is completed or failed.
Exit codes
| Code | Meaning |
|---|---|
0 | Delete job started |
1 | API error (404, etc.) |