-
Notifications
You must be signed in to change notification settings - Fork 82
Deregister Dataset
QIUSHI BAI edited this page Aug 11, 2019
·
1 revision
You may also deregister a dataset from Cloudberry.
To do so, you can send a JSON request as following to the /admin/deregister
path.
{
"dataset": "twitter.ds_tweet"
}
Example command is as following:
curl -X POST -H "Content-Type: application/json" -d @JSON_FILE_NAME http://localhost:9000/admin/deregister