stopΒΆ

stop(1) 		      BIG-IP TMSH Manual		       stop(1)



NAME
       stop command - Stops a service or test operation that is running on the
       BIG-IP(r) system.

MODULE
       All tmsh modules.

SYNTAX
       Use the command stop within tmsh to stop a running service or test
       operation.

	stop
	  options:
	    /sys service [service name]
	    /ltm monitor [arguments]

DESCRIPTION
       You can use the command stop to stop a running service or test
       operation.

EXAMPLES
       stop /sys service mcpd

       Stops the mcpd daemon.

       stop /sys service snmpd

       Stops the snmpd daemon.

       stop /ltm monitor http my_http

       Cancels a pending health monitor test for the custom ltm http monitor
       my_http.

OPTIONS
       Tip: Use the tab completion feature to see a list of available
       services.

SEE ALSO
       ltm monitor, restart, start, sys service, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2010, 2013, 2016-2017. All
       rights reserved.



BIG-IP				  2017-03-24			       stop(1)