Updated on 2025-11-04 GMT+08:00

Managing Agents

After creating an agent on the agent development platform, you can manage the agent on the workbench page, for example, deleting or copying the agent ID you created, and viewing the call path.

Deleting an Application

  • Only the agent owner can delete an agent.
  • Although all resources in the agent resource library are not deleted when an agent is deleted, the agent cannot be restored. Exercise caution when performing this operation.

To delete an agent, perform the following steps:

  1. Log in to the agent development platform.
  2. In the navigation pane on the left, choose Workstation > Application Management and select different types of applications on different tab pages.
  3. In the single-agent application list, select the application to be deleted, click in the lower right corner of the application to expand the function list, and click Delete.
  4. In the displayed dialog box, click OK.

Copying an ID

In addition to performing operations on the single-agent application on the GUI, you can call the agent application through the chat API. It is necessary to obtain the App ID when using the APIs. The ID is the agent_id field of the API for calling a single-agent application.

POST /v1/{project_id}/agents/{agent_id}/conversations/{conversation_id}

To copy an ID, perform the following steps:

  1. Log in to the agent development platform.
  2. In the navigation pane on the left, choose Workstation > Application Management. Click the Single-Agent Application tab.
  3. In the single-agent application list, click the function list icon in the lower right corner of the application card, and select Copy ID.
  4. In the dialog box that is displayed, check that the ID is copied successfully.

Call Path

The call path can be an API of a single-agent application. For details about how to call APIs, see Using APIs to Call an Application.

Figure 1 Obtaining the call path