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:
-
Go to the Autonomous AI Database details page in the OCI Console.
-
Open the Tags tab, and click Add.

Description of the illustration adbs_enable-a2a-server-tag.png
-
In Namespace, select
None(free-form tag). -
In Key, enter
adb$feature. -
In Value, enter
{"name":"a2a_server","enable":true}. -
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}