Knowledge Base
2025.10
GENERIC
Networking
Storage
Compute
Designate
Orchestration
Self-Hosted
Install
UPGRADE
Monitoring
Add-Ons
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
How to Delete Cluster BluePrint and HostConfig Using Resmgr API
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
An existing cluster blueprint and host config cannot be deleted through the user interface (UI).
Environment
- Private Cloud Director Virtualization - v2025.4 and Higher
- Self-Hosted Private Cloud Director Virtualization - v2025.4 and Higher
- Component - Blueprint
Procedure
This can be used when there is a need to delete an existing blueprint or host configuration, or in cases where issues occur—such as failure to save or errors while creating a new blueprint. It is recommended to always list the existing blueprints to check for any stale entries before proceeding.
- Retrieve the token:
Bash
$ token=$(openstack token issue -f value -c id)- Get the list of Blueprints and Hostconfigs
Blueprint
$ curl -s -X GET -H "X-Auth-Token: $token" https://<REGION_FQDN>/resmgr/v2/blueprint | jq '.[] | {name}'Hostconfig
$ curl -s -X GET -H "X-Auth-Token: $token" https://<REGION_FQDN>/resmgr/v2/hostconfigs | jq '.[] | {id, name}'- Delete the required Blueprint and Hostconfig
API Call Blueprint
$ curl -s -X DELETE \ -H "X-Auth-Token: $token" \ "https://<REGION_FQDN>/resmgr/v2/blueprint/<BLUEPRINT_NAME>"API Call Hostconfig
$ curl -s -X DELETE \ -H "X-Auth-Token: $token" \ "https://<REGION_FQDN>/resmgr/v2/hostconfigs/<HOSTCONFIG_ID>"Validation
Verification
​x
$ curl -s -X GET -H "X-Auth-Token: $token" https://<REGION_FQDN>/resmgr/v2/blueprint | jq '.[] | {name}'​$ curl -s -X GET -H "X-Auth-Token: $token" https://<REGION_FQDN>/resmgr/v2/hostconfigs | jq '.[] | {id, name}'- If these steps prove insufficient, reach out to the Platform9 Support Team for additional assistance.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
How to Update Host Network Configuration?Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message