-
RTFCTL
-
Helm
For Runtime Fabrics installed using rtfctl
, use the following PATCH request to specify the agent version to be downgraded:
curl -X PATCH -H 'Authorization: Bearer xxx' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: application/json, text/plain, */*' \ https://anypoint.mulesoft.com/runtimefabric/api/organizations/<org id>/fabrics/<rtf id> --data-binary '{"version":"x.x.x"}'
For Runtime Fabrics installed using Helm, use the following Helm command:
helm upgrade --install runtime-fabric rtf/rtf-agent -f values.yaml -n <rtf-namespace> --version x.x.x