Resetting An Tanzu Ops Manager
Reset your Tanzu Ops Manager to its initial state. All products and BOSH configuration settings will be lost. Files uploaded or downloaded to the "Available Products" namespace will continue to be available. Hitting this endpoint does not reset your UAA login server and only affects Tanzu Ops Manager, BOSH, and products installed on them.
Request
URI
DELETE
https://{api_host}/api/v0/installation_asset_collection
COPY
Request Body
Errands of type(s) application/json
Optional
{
"errands": [
{
"name": "string",
"post_deploy": false,
"pre_delete": false,
"label": "string",
"impact_warning": "string"
}
]
}
array of errands
errands
Optional
errands
Responses
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/installation_asset_collection