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
Polls an async namespace delete started by moorcheh namespace-delete. Prints job progress as JSON.Synopsis
Options
| Flag | Required | Description |
|---|---|---|
--namespace-name | Yes | Namespace the job belongs to |
--job-id | Yes | Job id from namespace-delete output |
--base-url | No | Default http://localhost:8080 |
Examples
Output
Prints JSON fromGET /namespaces/{namespace_name}/delete-jobs/{job_id}:
Delete job id.
Namespace being deleted.
Job state:
"running", "completed", or "failed". On lookup errors: "failure".Items in the namespace when delete started.
Items removed so far.
Error when job
status is "failed".Job start time (ISO 8601 UTC).
Last update time (ISO 8601 UTC).
Job finish time;
null while running.Error description when the job cannot be found.
Example output (completed)
Exit codes
| Code | Meaning |
|---|---|
0 | Job status returned |
1 | API error (404, etc.) |