Creating a Knowledge Base

Create a knowledge base using the Console, CLI, or API.

    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Knowledge Bases.
    2. On the knowledge bases page, from the list of compartments on the left side, select a compartment.
    3. On the Knowledge bases page, click Create knowledge base.
    4. In the Create knowledge base panel, provide the following information:
      • Enter a name for the knowledge base.
      • Select the compartment where you want the knowledge base to be created.
      • (Optional) Add tags to organize your resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you are not sure whether to apply tags, skip this option (you can apply tags later) or ask your administrator.
    5. Click Create knowledge base.

      If you plan to create the knowledge base using Resource Manager and Terraform, click Save as Stack. This action saves the resource definition as a Terraform configuration. For more information about saving stacks from resource definitions, see Creating a Stack from a Resource Creation Page.

  • Use the oci adm knowledge-base create command and required parameters to create a knowledge base:

    oci adm knowledge-base create --compartment-id compartment_id [OPTIONS]

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

  • Use the CreateKnowledgeBase operation to create a knowledge base.