Update a placement group

Change the label for a specific placement group. This is the only value you can update. However, you can add more Linodes or remove existing ones.

📘

To update a placement group, your user grants need to include read_write permission to all of the Linodes in the group. Talk to your local account administrator about grant management for your user.

linode-cli placement group-update 528 \
  --label PG_Miami_failover_update

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

ID of the placement group to look up. Run the List placement groups operation and store the id for the applicable placement group.

Body Params
string
length ≥ 1

A unique name for the placement group. A placement group label has the following constraints:

  • It needs to begin and end with an alphanumeric character.
  • It can only consist of alphanumeric characters, hyphens (-), underscores (_), or periods (.).
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json