Deleting an Inventory Asset
Delete an inventory asset.
Delete an inventory asset in Oracle Cloud Migrations.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Inventory, and then select Inventory assets.
- On the Inventory assets page, select the name of the asset that you want to delete.
- On the Asset details page, click Delete.
- In the Delete asset dialog box, click Delete asset.
To delete an inventory asset use the
delete
command.oci cloud-bridge inventory asset delete --asset-id ASSET_ID [OPTIONS]
The required parameter for the
delete
command is:--asset-id
: Specifies a unique asset identifier.To get all the commands for an inventory asset, run:
oci cloud-bridge inventory asset -h
To get all the commands for
delete
command, run:oci cloud-bridge inventory asset delete -h
To delete an inventory asset, use the DeleteAsset operation.