def deploy_f(service_uuid, deploy_uuid): dp = DeployService(service_uuid, deploy_uuid) dp.deploy() dp.delete_images()