Updated on 2025-07-28 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 Agent

  • 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, choose Workstation.
    Figure 1 Workstation
  3. On the Workstation page, select the agent to be deleted, click and expand the function list in the upper right corner of the agent card, and click Delete.
    Figure 2 Deleting an agent
  4. In the displayed dialog box, click OK.
    Figure 3 Confirming the deletion

Copying an ID

You can perform operations on an agent on GUIs and call it through chat APIs. It is necessary to obtain the app ID, which is the agent_id field of the API for calling the agent.

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, choose Workstation.
    Figure 4 Workstation
  3. On the Workstation page, click and expand the function list in the upper right corner of the agent card, and select Copy ID.
    Figure 5 Copying an ID
  4. In the dialog box that is displayed, copy the ID.

Call Path

The call path can be the API of the agent. For details about the API calling process, see Using APIs to Call an Agent.

Figure 6 Obtaining the call path