Updating a Community Application

Use Marketplace to modify the name, description, and contact information of a community application.

You cannot modify the image or terms of use for an existing community application. To publish a different custom image, create a new community application.

    1. On the Community Applications list page, select the community application that you want to work with. If you need help finding the list page or the community application, see Listing Community Applications.
    2. Select the community application that you want to change and select Edit details.
    3. In the Edit community application panel, update the required information. Avoid entering any confidential information.
      • Name: Enter the community application's name.
      • Short description: Enter the short description for the community application.
      • Long description: Enter the long description for the community application.
      In the Contact information section, enter the name and email address of the contact person.
    4. Select Save.
  • Open a command prompt and run oci marketplace publication update to update an existing community application:

    oci marketplace publication update --publication-id <target_publication_id> --name '<publication_name>'

    For example:

    
    oci marketplace publication update --publication-id ocid1.marketplacecommunitylisting.oc1..examplea3o7jtytz3lsfauxeq6sp5ye3ex624rgsw2ol4cvbpy2qtm57dgja --name 'New Application Name'

    Avoid entering confidential information.

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

  • Run the UpdatePublication operation to update a community application.