Deleting an Asset Source
Delete an asset source in the Oracle Cloud Migrations service.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Discovery.
- On the Asset sources list page, select the asset source that you want to delete.
- On the asset source details page, select the and then select Delete.
- Confirm the deletion.
If the asset source has no associated resources, the asset source is in deleted state. To delete an asset source based on the ID, use the
deletecommand.oci cloud-bridge discovery asset-source delete --asset-source-id asset_source_ID [OPTIONS]The required parameter for the
deletecommand is:--assets-source-id: Specifies the OCID of the asset source.To get all the commands for
discovery asset-source, run:oci cloud-bridge discovery asset-source -hTo get help for the
deletecommand, run:oci cloud-bridge discovery asset-source delete -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To delete an asset source, use the
DeleteAssetSourceoperation.