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
Returns status for a namespace delete started by delete_namespace. Poll untilstatus is "completed" or "failed".
Method
API
GET /namespaces/{namespace_name}/delete-jobs/{job_id} — see Delete job status
Parameters
Namespace the delete job belongs to. Must match the namespace used when the job was started.
Job id returned from delete_namespace.
Example
Returns
Id of the delete job.
Namespace being deleted.
Job state:
"running", "completed", or "failed".Number of items in the namespace when the delete started.
Number of items removed so far. Equals
total_items when job status is "completed".Error message when job
status is "failed"; otherwise null.ISO 8601 UTC timestamp when the job started.
ISO 8601 UTC timestamp of the last job update.
ISO 8601 UTC timestamp when the job finished;
null while the job is "running".Error description when the job cannot be found.
Example return value (running)
Errors
Non-2xx responses raiseMoorchehApiError.
| Status | Cause |
|---|---|
| 404 | Delete job not found, or job id does not belong to this namespace |