success = package.services.pause(service_id='service_id') # # Pause service. # # **Prerequisites**: You must be in the role of an *owner* or *developer*. You must have a package. # # You must provide at least ONE of the following params: service_id, service_name # # :param str service_name: service name # :param str service_id: service id # :param bool force: optional - terminate old replicas immediately # :return: True if success # :rtype: bool # #
{ }