Resetting An Tanzu Ops Manager

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://{opsmanager-installation}//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 Errand
errands
Optional

errands

Responses
200

OK

Returns Install of type(s) application/json
{
    "install": {
        "id": "number"
    }
}
install
Optional

install