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.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: linodes:read_write

CLI

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

Learn more

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
LoadingLoading…
Response
Choose an example:
application/json