Deleting an Inventory
Delete an inventory in Oracle Cloud Migrations.
Before you delete an inventory, all the assets and asset sources in the inventory must be deleted. - Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Inventory.
- On the Overview page, click Delete inventory.
To delete an inventory use the
delete
command.oci cloud-bridge inventory inventory delete --inventory-id Inventory_ID[OPTIONS]
The required parameters for the
delete
command are:--inventory-id
: Specifies the inventory OCID.To get all the commands for inventory, run:
oci cloud-bridge inventory inventory -h
To get help for the
delete
command, run:oci cloud-bridge inventory inventory delete -h
To delete a inventory use the DeleteInventory operation.