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",
"label": "string",
"impact_warning": "string"
}
]
}
array of
errands
errands
Optional
errands
Responses
200
OK
Returns
Install
of type(s)
application/json
{
"install": {
"id": "number"
}
}
install
Optional
install
400
Setup is not completed
Returns
RequireSetupCompleted
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
410
No existing installation found
Returns
CommonErrors
of type(s)
application/json
{
"errors": [
"string"
]
}
array of
string
errors
Required
errors
422
Apply Changes is in progress
Returns
CommonErrors
of type(s)
application/json
"CommonErrors Object"
array of
string
errors
Required
errors
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/installation_asset_collection