Instill Artifact also provides a set of methods for catalog management, including listing, updating, and deleting catalogs.
#Manage Catalogs via API
#List Catalogs
This endpoint returns a list your Catalogs, including their metadata.
#Update Catalog
This endpoint enables you to update a Catalog's description.
#Delete Catalog
This endpoint enables you to delete a Catalog.
Please note that once a Catalog is deleted, all related uploaded and processed files will be deleted as well.
Note that the NAMESPACE_ID
and CATALOG_ID
path parameters must be replaced
by the Catalog owner's ID (namespace) and the identifier of the Catalog to be
deleted, respectively.
#Manage Catalogs via 📺 Instill Console
#List Catalogs
To list the Catalogs under a namespace in Instill Console, follow these steps:
- Launch Instill Console via a local Instill Core deployment at http://localhost:3000.
- Navigate to the Artifacts page using the navigation bar.
Your Catalogs will automatically appear below.
#Update Catalog
To update a Catalog's description in Instill Console, follow these steps:
- Launch Instill Console via a local Instill Core deployment at http://localhost:3000.
- Navigate to the Artifacts page using the navigation bar.
- Click
...
in the bottom-right of the Catalog card you wish to update. - Select
Edit Info
.
#Delete Catalog
Please note that once a Catalog is deleted, all related uploaded and processed files will be deleted as well.
To delete a Catalog in Instill Console, follow these steps:
- Launch Instill Console via a local Instill Core deployment at http://localhost:3000.
- Navigate to the Artifacts page using the navigation bar.
- Click
...
in the bottom-right of the Catalog card you wish to delete. - Select
Delete
.