Skip to content
QIUSHI BAI edited this page Aug 11, 2019 · 1 revision

Deregister End Point

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