Services_resumeService

Resume service.

SecuritybearerAuth
Request
path Parameters
id
required
string

Service id.

query Parameters
force
string
Responses
200

Ok

post/services/{id}/resume
Request samples

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
# 
# 
Response samples
application/json
{ }