Reset monitoring

You can reset web services monitoring for a session or service.

You can remove the monitoring configuration by session id or service name using the gasadmin monitoring reset command.
  • Reset the monitoring configuration for a session.

    gasadmin monitoring reset --session d98290172c8f7c0d861db329f1ce6597

    The output message shows the session monitoring status.

    Reset status for session :d98290172c8f7c0d861db329f1ce6597
    Ok. 
  • Reset the monitoring configuration for a service.

    gasadmin monitoring reset --service demo/Calculator

    The output message shows the service monitoring status.

    Reset monitoring for service :demo/Calculator
    Ok.