def resume_deploy(request, name, stage, host_id): agents_helper.resume_deploy(request, name, stage, host_id) return HttpResponse(json.dumps({'html': ''}), content_type="application/json")