Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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" ?