Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / sdk / R / man / nodes.update.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{nodes.update}
4 \alias{nodes.update}
5 \title{nodes.update}
6 \usage{
7 arv$nodes.update(node, uuid, assign_slot = NULL)
8 }
9 \arguments{
10 \item{node}{Node object.}
11
12 \item{uuid}{The UUID of the Node in question.}
13
14 \item{assign_slot}{assign slot and hostname}
15 }
16 \value{
17 Node object.
18 }
19 \description{
20 nodes.update is a method defined in Arvados class.
21 }