agent preview end

End an existing programmatic agent preview session and get trace location.

You must have previously started a programmatic agent preview session with the “agent preview start” command to then use this command to end it. This command also displays the local directory where the session trace files are stored.

The original “agent preview start” command outputs a session ID which you then use with the –session-id flag of this command to end the session. You don’t have to specify the –session-id flag if an agent has only one active preview session. You must also use either the –authoring-bundle or –api-name flag to specify the API name of the authoring bundle or the published agent, respectively. To find either API name, navigate to your package directory in your DX project. The API name of an authoring bundle is the same as its directory name under the “aiAuthoringBundles” metadata directory. Similarly, the published agent’s API name is the same as its directory name under the “Bots” metadata directory.

Use the –all flag to end all active preview sessions at once. You can combine –all with –api-name or –authoring-bundle to end only sessions for a specific agent, or use –all on its own to end every session across all agents in the project.

Flag Name (Long)Flag Name (Short)Description
‑‑allN/AType: Boolean

End all active preview sessions. Combine with –api-name or –authoring-bundle to limit to a specific agent, or use with only –target-org to end sessions for all agents found in the local session cache. Requires –target-org.
‑‑api‑name‑nType: Value

API name of the activated published agent you want to preview.
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑authoring‑bundleN/AType: Value

API name of the authoring bundle metadata component that contains the agent’s Agent Script file.
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑no‑prompt‑pType: Boolean

Don’t prompt for confirmation before ending sessions. Has an effect only when used with –all.
‑‑session‑idN/AType: Value

Session ID outputted by “agent preview start”. Not required when the agent has exactly one active session. Run “agent preview sessions” to see the list of all sessions.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

End a preview session of a published agent by specifying its session ID and API name; use the default org:

Similar to previous example, but don’t specify a session ID; you get an error if the published agent has more than one active session. Use the org with alias “my-dev-org”:

End a preview session of an agent using its authoring bundle API name; you get an error if the agent has more than one active session.

End all active preview sessions for a specific agent without prompting:

End all active preview sessions across every agent in the local session cache for an org: