Acronis Storage: Removing Acronis Storage from Acronis Backup Cloud
Starting with Acronis Backup Cloud v.7.7, you can delete storage from the Management Portal directly. See this guide for help.
In older versions, do the following to remove an Acronis Storage instance from Acronis Backup Cloud:
- In the management portal, find your data center's location:
- Login to Acronis Backup Cloud with your partner account login.
- Modify URL to access RAML (put in your DC name):
https:// cloud .acronis.com > https:// <your data center's location> -cloud .acronis.com/api/1/doc
where <your data center's location> is the location you noted in step 2. - Navigate to /groups/{group}/storages and select GET :
- Find out the group ID of the Partner group where the storage is registered
- Provide group ID (noted in step 5):
- Click GET to issue a GET request.
- Note the ID of the storage you want to delete.
- Navigate to /groups/{group}/storages/{storage} and select GET :
- Provide the group ID and the storage ID and issue a GET request:
- Note the version of the storage.
- In /groups/{group}/storages/{storage} , select DELETE .
- Provide group ID, storage ID (noted in step 8) and version (noted in step 12) and click DELETE .