Deleting a Domain

Deleting a domain doesn't delete it; rather, it removes the WebLogic domain from the WebLogic Management service. Before you delete a domain, unregister all the managed instances associated with the domain; otherwise, the WebLogic domain could reappear with a later scan.

    1. On the Domains list page, find the domain that you want to work with.
    2. On the Domains list page, find the domain you want to delete and do one of the following:
      • Select Delete from the Actions menu (Actions icon).
      • Select the domain name. On the Domain details page under More actions, select Delete.
    3. In the Delete domain dialog, enter the domain name and then click Delete.
    The WebLogic domain is removed from WebLogic Management, but is still available on the instance.
  • Use the oci wlms wls-domain delete command and required parameters to delete a WebLogic domain.

    oci wlms wls-domain delete --wls-domain-id ocid [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the DeleteWlsDomain operation to delete a domain.