vinfra service backup cluster release

Delete the backup cluster and all its data:

usage: vinfra service backup cluster release [--reg-account <reg-account>]
                                             [--force] [--stdin]
--reg-account <reg-account>
Partner account in the cloud or of an organization administrator on the local management server
--force

Release the backup cluster but does not unregister it from your backup software.

Choose this option only if you are sure that the cluster has already been unregistered from your backup software.

--stdin
Use for setting registration password from stdin.

Example:

# vinfra service backup cluster release --reg-account account@example.com --stdin
Password:
+---------+--------------------------------------+
| Field   | Value                                |
+---------+--------------------------------------+
| task_id | cf270233-06d5-4a4a-8dea-443d6fb59b10 |
+---------+--------------------------------------+

This command creates a task to delete the backup cluster with all its data and unregister it from your backup software.

Task outcome:

# vinfra task show cf270233-06d5-4a4a-8dea-443d6fb59b10
+---------+--------------------------------------------------+
| Field   | Value                                            |
+---------+--------------------------------------------------+
| details |                                                  |
| name    | backend.presentation.abgw.tasks.ReleaseNodesTask |
| result  |                                                  |
| state   | success                                          |
| task_id | cf270233-06d5-4a4a-8dea-443d6fb59b10             |
+---------+--------------------------------------------------+