Namespace
Metadata

Check if a namespace exists

Check if namespace id exists.

This operation must behave exactly like the DescribeNamespace API, except it does not contain a response body.

post/v1/namespace/{id}/exists

Path parameters

idstring required

string identifier of an object in a namespace, following the Lance Namespace spec. When the value is equal to the delimiter, it represents the root namespace. For example, v1/namespace/$/list performs a ListNamespace on the root namespace.

Query parameters

delimiterstring

An optional delimiter of the string identifier, following the Lance Namespace spec. When not specified, the $ delimiter must be used.

Request body

idstring[]

Example request

{
  "id": [
    "id",
    "id"
  ]
}

Response

Success, no content

Changes