Removing Snaps from an Instance
Remove snaps from an Ubuntu instance in OS Management Hub to remove the software from the instance.
See also: Understanding Snaps for Ubuntu.
Navigate
- Navigate to the Instances list page.
- Select the name of the instance.
- Select the Snaps tab.
Remove the snaps
- Within the list, select the snaps to remove.
- Select Remove.
Next Steps
After removing the snap, next steps might include:
- Listing Packages Installed on an Instance
- Listing Jobs Associated with an Instance (to view and monitor the removal job)
- Viewing Job Log and Error Messages
Use the oci os-management-hub managed-instance remove-snaps command to remove snaps from a managed instance.
oci os-management-hub managed-instance remove-snaps --managed-instance-id ocid --snap-details file://remove-snap-details.jsonSample
remove-snap-details.jsonfile:{ "snapDetails":[ { "name":"snap_name" } ] }For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the RemoveSnapsFromManagedInstance operation to remove snaps from a managed instance.