Skip to main content
Version: Latest

Remove Services from a Blueprint

Description: Remove an existing service from a specific blueprint.

Signature: remove_service_from_topology(topology_name, service_alias)

Parameters:

NameDirectionRequiredDescription
topology_nameInYesThe name of the blueprint
service_aliasInYesSpecify the alias of the service that you want to remove

Samples:

packageEditor.remove_service_from_topology('TestTopology','ServiceA')