Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,36 @@ Deploy your agent network instance to a CloudHub 2.0 space directly from Anypoin

Next, discover your agent network assets in *Agents & Tools* in Exchange, view your agent network in Agent Visualizer, apply a governance policy in API Manager, or monitor your agent network activity in Anypoint Monitoring.

[[undeploy-dev-agent]]
== Undeploy Your Network Using MuleSoft Vibes

Use MuleSoft Vibes to undeploy your agent network instances. For more information, see xref:anypoint-code-builder::vibes-api-ai-create-spec.adoc[].

. In the Anypoint Code Builder activity bar, click the agent icon image:af-acb-dev-agent-icon.png["",18,18].
. Tell MuleSoft Vibes that you want to undeploy your agent network. MuleSoft Vibes does the rest.

To get started, try one of these suggested messages.

* Undeploy my agent network project from the production environment.
* Undeploy the hello-world-network project from staging.
* Undeploy agent network project at /path/to/project from dev environment.

[[undeploy-acb]]
== Undeploy Your Network Using Anypoint Code Builder

Undeploy your agent network instances directly from Anypoint Code Builder. When you undeploy, all API instances and applications in the agent network are stopped and runtime resources are removed.

. If you're not logged in already, log in to your Anypoint Platform account.
. In Anypoint Code Builder, choose one of the following:
. In Explorer, right-click a project file and select *Undeploy Agent Network*.
. From the Command Palette, run this command: *MuleSoft: Undeplo Agent Network*.
. In the confirmation dialog, select *Undeploy*.
. Anypoint Code Builder removes all deployed runtime resources. For details, check the Agent Fabric CLI output logs.

[[deploy-cli]]
== Deploy a Network Using the Anypoint CLI
== Deploy or Undeploy a Network Using the Anypoint CLI

If you run operations within a CI/CD environment, use Anypoint CLI's plugin to set up, create, build, publish, and deploy agent networks. For more information, see xref:af-build-agent-networks-in-a-ci-cd-environment.adoc[].
If you run operations within a CI/CD environment, use Anypoint CLI's plugin to set up, create, build, publish, unpublish, deploy, and undeploy agent networks. For more information, see xref:af-build-agent-networks-in-a-ci-cd-environment.adoc[].

== See Also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,36 @@ Use Anypoint Code Builder to publish your agent network assets directly from you

Next, discover your agent network assets in *Agents & Tools* in Exchange to get a comprehensive view of your integration, including agent and MCP server assets. Exchange automatically tags brokers for easy identification.

[[unpublish-dev-agent]]
== Unpublish Your Network Using MuleSoft Vibes

Use MuleSoft Vibes to unpublish your agent network assets from Anypoint Exchange. For more information, see xref:anypoint-code-builder::vibes-api-ai-create-spec.adoc[].

. In the Anypoint Code Builder activity bar, click the agent icon image:af-acb-dev-agent-icon.png["",18,18].
. Tell MuleSoft Vibes that you want to unpublish your agent network. MuleSoft Vibes does the rest.

To get started, try one of these suggested messages.

* Unpublish my Employee Onboarding project from Exchange.
* Unpublish my agent network project.
* Unpublish the hello-world-network project from Exchange.

[[unpublish-acb]]
== Unpublish Your Network Using Anypoint Code Builder

Unpublish your agent network assets from Anypoint Exchange directly from Anypoint Code Builder. When you unpublish, the asset versions are removed from Exchange. To prevent orphaned runtime references, undeploy your agent network before unpublishing.

. If you're not logged in already, log in to your Anypoint Platform account.
. In Anypoint Code Builder, choose one of the following:
. In Explorer, right-click a project file and select *Unpublish Agent Network*.
. From the Command Palette, run this command: *MuleSoft: Unpublish Agent Network*.
. In the confirmation dialog, select *Unpublish*.
. Anypoint Code Builder removes the asset versions from Exchange. For details, check the Agent Fabric CLI output logs.

[[publish-cli]]
== Publish a Network Using the Anypoint CLI
== Publish or Unpublish a Network Using the Anypoint CLI

To set up, create, build, publish, and deploy agent networks in a CI/CD environment, use the Anypoint CLI plugin. For more information, see xref:af-build-agent-networks-in-a-ci-cd-environment.adoc[].
To set up, create, build, publish, unpublish, deploy, and undeploy agent networks in a CI/CD environment, use the Anypoint CLI plugin. For more information, see xref:af-build-agent-networks-in-a-ci-cd-environment.adoc[].

[[see-also]]
== See Also
Expand Down