Created 05-31-2016 09:28 AM
How to delete or register an existing ambari blueprint?
Any help would be great.
I couldnt find a delete api for this purpose.
Created 05-31-2016 11:29 AM
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
Created 05-31-2016 11:07 AM
Apologies, it is deregister and not register.
Created 05-31-2016 11:29 AM
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
Created 06-21-2016 04:57 AM
@ARUNKUMAR RAMASAMY By de-register you mean "uninstall/destroy the cluster" ?