Enable A2A Server

To enable or disable the A2A server for an Autonomous AI Database instance, add a free-form tag on the Autonomous AI Database resource in the OCI Console.

To enable the A2A server:

  1. Go to the Autonomous AI Database details page in the OCI Console.

  2. Open the Tags tab, and click Add.

    Description of the illustration adbs_enable-a2a-server-tag.png

  3. In Namespace, select None(free-form tag).

  4. In Key, enter adb$feature.

  5. In Value, enter {"name":"a2a_server","enable":true}.

  6. Click Add tag, and then click Add to save the tag.

    Tag Name: adb$feature Tag Value: {"name":"a2a_server","enable":true}

To disable the A2A server:

Set the following free-form tag:

Tag Name: adb$feature Tag Value: {"name":"a2a_server","enable":false}