service_json = package.services.resume(service_id='service_id') # # Resume 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: json of the service # :rtype: dict # #
{ }