Skip to main content

deactivate_dm_routing_config

Function deactivate_dm_routing_config 

Source
pub async fn deactivate_dm_routing_config(
    configuration: &mut Configuration,
    params: DeactivateDmRoutingConfigParams,
) -> Result<RoutingConfigResponse, Error<DeactivateDmRoutingConfigError>>
Expand description

Clear the active version designation. This is a bookkeeping operation only — it does not stop edge traffic. Minerva continues serving the last-activated version until the domain association is removed in Spotless. Only removing the routing config from the domain (via Spotless) triggers Neptune to drop the reference, which causes Minerva to stop fetching and eventually clean up the cached config. Idempotent: returns 200 even if already deactivated.