Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Deregister an ambari blueprint

avatar

How to delete or register an existing ambari blueprint?

Any help would be great.

I couldnt find a delete api for this purpose.

1 ACCEPTED SOLUTION

avatar
Super Guru

Hi @ARUNKUMAR RAMASAMY

This is what you needed?

curl -u admin:admin -H "X-Requested-By:ambari" -i -X DELETE http://localhost:8080/api/v1/blueprints/blueprint-singlenode-default

View solution in original post

3 REPLIES 3

avatar

Apologies, it is deregister and not register.

avatar
Super Guru

Hi @ARUNKUMAR RAMASAMY

This is what you needed?

curl -u admin:admin -H "X-Requested-By:ambari" -i -X DELETE http://localhost:8080/api/v1/blueprints/blueprint-singlenode-default

avatar
Super Collaborator

@ARUNKUMAR RAMASAMY By de-register you mean "uninstall/destroy the cluster" ?